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 9568cb1 + 667fb66 commit 40f127cCopy full SHA for 40f127c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 3.9.0 (2025-03-18)
4
+
5
+### Miscellaneous
6
7
+* Update steep ([#2328](https://github.com/ruby/rbs/pull/2328))
8
9
## 3.9.0.pre.2 (2025-03-14)
10
11
### Signature updates
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.9.0.pre.2)
+ rbs (3.9.0)
logger
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.9.0.pre.2"
+ VERSION = "3.9.0"
end
0 commit comments