File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
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+
317## 3.8.0 (2024-12-24)
418
519### Signature updates
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (3.8.0 )
4+ rbs (3.8.1 )
55 logger
66
77PATH
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RBS
4- VERSION = "3.8.0 "
4+ VERSION = "3.8.1 "
55end
You can’t perform that action at this time.
0 commit comments