There was an error while loading. Please reload this page.
2 parents c95a7c9 + d710ede commit 2c39462Copy full SHA for 2c39462
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## 4.1.2 (2026-08-03)
4
+
5
+### Miscellaneous
6
7
+* Keep GC disabled during GC_test#test_stress_and_stress= ([#3061](https://github.com/ruby/rbs/pull/3061))
8
+* Fix GC_test#test_enable leaving GC disabled for the rest of the suite ([#3059](https://github.com/ruby/rbs/pull/3059))
9
10
## 4.1.1 (2026-07-30)
11
12
### Library changes
Gemfile.lock
@@ -22,7 +22,7 @@ GIT
22
PATH
23
remote: .
24
specs:
25
- rbs (4.1.2.dev.1)
+ rbs (4.1.2)
26
logger
27
prism (>= 1.6.0)
28
tsort
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "4.1.2.dev.1"
+ VERSION = "4.1.2"
end
0 commit comments