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 cfd2301 + 0f89f84 commit f8fabaaCopy full SHA for f8fabaa
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## 3.9.1 (2025-03-24)
4
+
5
+### Miscellaneous
6
7
+* `did_you_mean` is a default gem ([#2348](https://github.com/ruby/rbs/pull/2348))
8
+* Skip loading ruby_memcheck ([#2347](https://github.com/ruby/rbs/pull/2347))
9
10
## 3.9.0 (2025-03-18)
11
12
### Miscellaneous
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.9.0)
+ rbs (3.9.1)
logger
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.9.0"
+ VERSION = "3.9.1"
end
0 commit comments