File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 3.9.5 (2025-09-08)
4+
5+ ### Signature updates
6+
7+ * Merge pull request #2655 from ruby/silence-string-deprecation ([ #2656 ] ( https://github.com/ruby/rbs/pull/2656 ) )
8+
9+ ### Miscellaneous
10+
11+ * Allows the use of a path list as RBS_SKIP_TESTS ([ #2641 ] ( https://github.com/ruby/rbs/pull/2641 ) )
12+ * Suppress to GCC warning with multi-line comment ([ #2646 ] ( https://github.com/ruby/rbs/pull/2646 ) )
13+ * Backport to 3.9 ([ #2487 ] ( https://github.com/ruby/rbs/pull/2487 ) )
14+ * Use erb instead of set for load path testing ([ #2468 ] ( https://github.com/ruby/rbs/pull/2468 ) )
15+
316## 3.9.4 (2025-05-15)
417
518### Miscellaneous
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (3.9.4 )
4+ rbs (3.9.5 )
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.9.4 "
4+ VERSION = "3.9.5 "
55end
You can’t perform that action at this time.
0 commit comments