Skip to content

Commit 3d5ad28

Browse files
committed
Version 3.7.0
1 parent ac37eff commit 3d5ad28

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

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+
39
## 3.7.0.pre.1 (2024-12-05)
410

511
### Signature updates

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rbs (3.7.0.pre.1)
4+
rbs (3.7.0)
55
logger
66

77
PATH

lib/rbs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RBS
4-
VERSION = "3.7.0.pre.1"
4+
VERSION = "3.7.0"
55
end

0 commit comments

Comments
 (0)