We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38c4a5a + 46ebacb commit 8c362dcCopy full SHA for 8c362dc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## 3.9.4 (2025-05-15)
4
+
5
+### Miscellaneous
6
7
+* Backport test/CI fixes to 3.9 ([#2487](https://github.com/ruby/rbs/pull/2487))
8
+* Use erb instead of set for load path testing ([#2468](https://github.com/ruby/rbs/pull/2468))
9
10
## 3.9.3 (2025-05-09)
11
12
### Miscellaneous
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.9.3)
+ rbs (3.9.4)
logger
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.9.3"
+ VERSION = "3.9.4"
end
0 commit comments