Version 4.1.2 - #3062
Merged
Merged
Conversation
The 4.1.2 release proper, cut from `master` after 4.1.1 and the `4.1.2.dev.1` release in between. `Gemfile.lock` is regenerated with the bump, and CHANGELOG.md gains the 4.1.2 section. The changelog covers the whole cycle since 4.1.1, the `.dev.1` release included, which is how a release proper is written up. Both entries are the stdlib test suite, which is excluded from the gem's files, so nothing in this release reaches the gem. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014QUAgW2m9wsYE1cLM1fFbw
soutaro
force-pushed
the
claude/release-4-1-2-hurcyr
branch
from
August 3, 2026 03:00
fb68ee2 to
d710ede
Compare
soutaro
enabled auto-merge
August 3, 2026 03:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the 4.1.2 release proper:
RBS::VERSIONset to4.1.2,Gemfile.lockregenerated, and the 4.1.2 section added toCHANGELOG.md.The section covers the whole cycle since 4.1.1, with the
4.1.2.dev.1release in between folded into it, which is how a release proper is written up. Two pull requests, both Miscellaneous: #3059 and #3061, the stdlib test suite. The other six merged since 4.1.1 — #3053, #3054, #3055, #3056, #3057, #3058 — are labeledskip-changelogand left out.Worth knowing before merging: nothing in this release reaches the gem.
test/is excluded fromspec.files, sorbs-4.1.2.gemisrbs-4.1.1.gemwith a different version number. #3059 is still worth shipping the repository state for — it is what stopsGC_testfrom leaving GC disabled for the rest of the stdlib suite, which was killing ruby/ruby's Windows CI withNoMemoryError— but it reaches ruby/ruby through the repository sync rather than through the gem.rake 'gem:check_release[4.1.2]'passes on this branch.This is step 1 only. Once merged, the release is cut by dispatching
Release gemswith the merge commit SHA and4.1.2.