File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 3.8.1 (2024-12-27)
4
+
5
+ ### Signature updates
6
+
7
+ * ` Ractor.store_if_absent ` ([ #2206 ] ( https://github.com/ruby/rbs/pull/2206 ) )
8
+ * ` Time#iso860t1 ` ([ #2207 ] ( https://github.com/ruby/rbs/pull/2207 ) )
9
+ * ` Time#xmlschema ` ([ #2207 ] ( https://github.com/ruby/rbs/pull/2207 ) )
10
+
11
+ ### Miscellaneous
12
+
13
+ * Update rubocop-on-rbs ([ #2200 ] ( https://github.com/ruby/rbs/pull/2200 ) )
14
+ * Update docs based on Ruby 3.4.1 ([ #2208 ] ( https://github.com/ruby/rbs/pull/2208 ) )
15
+ * Ruby 3.4.1 ([ #2206 ] ( https://github.com/ruby/rbs/pull/2206 ) )
16
+
3
17
## 3.8.0 (2024-12-24)
4
18
5
19
### Signature updates
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rbs (3.8.0 )
4
+ rbs (3.8.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.8.0 "
4
+ VERSION = "3.8.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments