Skip to content

Commit ee913ff

Browse files
authored
Merge pull request #2469 from ruby/version-3.9.3
Version 3.9.3
2 parents 1e29a04 + deabcb7 commit ee913ff

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.9.3 (2025-05-09)
4+
5+
### Miscellaneous
6+
7+
* Use erb instead of set for load path testing ([#2468](https://github.com/ruby/rbs/pull/2468))
8+
39
## 3.9.2 (2025-03-31)
410

511
### Library changes

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

0 commit comments

Comments
 (0)