Skip to content

Commit 5c1e875

Browse files
committed
Version 4.0.1
1 parent b1e9e47 commit 5c1e875

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## 4.0.1 (2026-03-23)
4+
5+
This is a minor release to fix Ruby CI failure, which was caused by symlinks included in the `rust` directory.
6+
7+
### Library changes
8+
9+
* Fix `() -> (void)` being rejected as SyntaxError ([#2884](https://github.com/ruby/rbs/pull/2884))
10+
11+
### Miscellaneous
12+
13+
* Drop crates ([#2887](https://github.com/ruby/rbs/pull/2887))
14+
* Add newline at eof ([#2885](https://github.com/ruby/rbs/pull/2885))
15+
316
## 4.0.0 (2026-03-16)
417

518
RBS 4.0 ships with experimental RBS inline syntax support, allowing you to write type annotations directly in Ruby source files. See [docs/inline.md](docs/inline.md) for the syntax details.

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.dev.2)
25+
rbs (4.0.1)
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.dev.2"
4+
VERSION = "4.0.1"
55
end

0 commit comments

Comments
 (0)