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 100ecce + d373277 commit 525126fCopy full SHA for 525126f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 3.9.2 (2025-03-31)
4
+
5
+### Library changes
6
7
+* Change `{}` to `{ 0 }` ([#2354](https://github.com/ruby/rbs/pull/2354))
8
9
## 3.9.1 (2025-03-24)
10
11
### Miscellaneous
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.9.1)
+ rbs (3.9.2)
logger
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.9.1"
+ VERSION = "3.9.2"
end
0 commit comments