Skip to content

Commit 2c39462

Browse files
authored
Merge pull request #3062 from ruby/claude/release-4-1-2-hurcyr
Version 4.1.2
2 parents c95a7c9 + d710ede commit 2c39462

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

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+
310
## 4.1.1 (2026-07-30)
411

512
### Library changes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GIT
2222
PATH
2323
remote: .
2424
specs:
25-
rbs (4.1.2.dev.1)
25+
rbs (4.1.2)
2626
logger
2727
prism (>= 1.6.0)
2828
tsort

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 = "4.1.2.dev.1"
4+
VERSION = "4.1.2"
55
end

0 commit comments

Comments
 (0)