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.
1 parent ac37eff commit 3d5ad28Copy full SHA for 3d5ad28
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 3.7.0 (2024-12-05)
4
+
5
+### Miscellaneous
6
7
+* bundle update mutex_m ([#2122](https://github.com/ruby/rbs/pull/2122))
8
9
## 3.7.0.pre.1 (2024-12-05)
10
11
### Signature updates
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.7.0.pre.1)
+ rbs (3.7.0)
logger
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.7.0.pre.1"
+ VERSION = "3.7.0"
end
0 commit comments