Skip to content

Commit ec51456

Browse files
authored
Merge pull request #2902 from ruby/version-4.0.2
Version 4.0.2
2 parents 5b0dcab + fa619f2 commit ec51456

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

518
This 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

226247
This is a minor fix around the dependency to `tsort`.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GIT
2222
PATH
2323
remote: .
2424
specs:
25-
rbs (4.0.1)
25+
rbs (4.0.2)
2626
logger
2727
prism (>= 1.6.0)
2828
tsort

lib/rbs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RBS
4-
VERSION = "4.0.1"
4+
VERSION = "4.0.2"
55
end

0 commit comments

Comments
 (0)