File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 4.0.2 (2026-03-25)
4+
5+ ### Library changes
6+
7+ #### rbs collection
8+
9+ * Fix: pathname not written to lockfile. ([ #2889 ] ( https://github.com/ruby/rbs/pull/2889 ) )
10+
11+ ### Miscellaneous
12+
13+ * Fix test failure on Windows in ` ruby/ruby ` ([ #2900 ] ( https://github.com/ruby/rbs/pull/2900 ) )
14+ * Fix test for Ruby 4.1 ([ #2899 ] ( https://github.com/ruby/rbs/pull/2899 ) )
15+
316## 4.0.1 (2026-03-23)
417
518This is a minor release to fix Ruby CI failure, which was caused by symlinks included in the ` rust ` directory.
@@ -221,6 +234,14 @@ This release also introduces two language changes: type argument support for sin
221234* Skip loading ruby_memcheck ([# 2349](https://github.com/ruby/rbs/pull/2349))
222235* Forcibly uninstall gems even if there is a dependency problem. ([# 2346](https://github.com/ruby/rbs/pull/2346))
223236
237+ # # 3.10.4 (2026-03-25)
238+
239+ # ## Library changes
240+
241+ # ### rbs collection
242+
243+ * [Backport ] [3.10 ] Fix: pathname not written to lockfile. ([# 2896](https://github.com/ruby/rbs/pull/2896))
244+
224245# # 3.10.3 (2026-01-30)
225246
226247This is a minor fix around the dependency to ` tsort` .
Original file line number Diff line number Diff line change 2222PATH
2323 remote: .
2424 specs:
25- rbs (4.0.1 )
25+ rbs (4.0.2 )
2626 logger
2727 prism (>= 1.6.0 )
2828 tsort
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RBS
4- VERSION = "4.0.1 "
4+ VERSION = "4.0.2 "
55end
You can’t perform that action at this time.
0 commit comments