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.
2 parents 1e29a04 + deabcb7 commit ee913ffCopy full SHA for ee913ff
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
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
9
## 3.9.2 (2025-03-31)
10
11
### Library changes
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.9.2)
+ rbs (3.9.3)
logger
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.9.2"
+ VERSION = "3.9.3"
end
0 commit comments