File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 3.5.1 (2024-06-07)
4
+
5
+ ### Library changes
6
+
7
+ * Add explicit dependency on the ` logger ` gem ([ #1865 ] ( https://github.com/ruby/rbs/pull/1865 ) )
8
+ * Make c99, c23 compatible ([ #1870 ] ( https://github.com/ruby/rbs/pull/1870 ) )
9
+
10
+ ### Miscellaneous
11
+
12
+ * Don't try to sign git commits when running tests ([ #1867 ] ( https://github.com/ruby/rbs/pull/1867 ) )
13
+
3
14
## 3.5.0 (2024-06-06)
4
15
5
16
### Signature updates
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rbs (3.5.1.pre.1 )
4
+ rbs (3.5.1 )
5
5
logger
6
6
7
7
PATH
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module RBS
4
- VERSION = "3.5.1.pre.1 "
4
+ VERSION = "3.5.1"
5
5
end
You can’t perform that action at this time.
0 commit comments