Skip to content

Commit ba2829a

Browse files
authored
Merge pull request #2657 from ruby/version-3.9.5
Version 3.9.5
2 parents 7c3cde9 + 5687bda commit ba2829a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## 3.9.5 (2025-09-08)
4+
5+
### Signature updates
6+
7+
* Merge pull request #2655 from ruby/silence-string-deprecation ([#2656](https://github.com/ruby/rbs/pull/2656))
8+
9+
### Miscellaneous
10+
11+
* Allows the use of a path list as RBS_SKIP_TESTS ([#2641](https://github.com/ruby/rbs/pull/2641))
12+
* Suppress to GCC warning with multi-line comment ([#2646](https://github.com/ruby/rbs/pull/2646))
13+
* Backport to 3.9 ([#2487](https://github.com/ruby/rbs/pull/2487))
14+
* Use erb instead of set for load path testing ([#2468](https://github.com/ruby/rbs/pull/2468))
15+
316
## 3.9.4 (2025-05-15)
417

518
### 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.4)
4+
rbs (3.9.5)
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.4"
4+
VERSION = "3.9.5"
55
end

0 commit comments

Comments
 (0)