Skip to content

Commit f8fabaa

Browse files
authored
Merge pull request #2350 from ruby/version-3.9.1
Version 3.9.1
2 parents cfd2301 + 0f89f84 commit f8fabaa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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+
310
## 3.9.0 (2025-03-18)
411

512
### Miscellaneous

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.9.0)
4+
rbs (3.9.1)
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.9.0"
4+
VERSION = "3.9.1"
55
end

0 commit comments

Comments
 (0)