Version 4.1.3 - #3077
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QAgPhpLrU9Z4bENCR9RUub
soutaro
force-pushed
the
claude/release-4-1-3-dh5jwk
branch
from
August 10, 2026 08:01
d78749e to
8752e61
Compare
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.3 release from
aaa-4.1.x, following step 1 of docs/release.md.This pull request needs the
skip-changeloglabel — it carries no change of its own, and without the label it shows up in the next release's list.What's in 4.1.3
Two backports, both fixing breakage that only reaches CRuby through the 4.1 line:
_Nullable/_Nonnullare Clang extensions, soext/rbs_extensionfailed to compile under CRuby'somnibus compilationsjob, which builds with-std=c99 -Werror=pedantic -pedantic-errors. See Bump rbs to 4.1.2 ruby#18274.RBS::UnitTest::TypeAssertionseagerly inspected call traces even when assertions passed, which could raiseNoMemoryErrorin the Windowstest-bundled-gemsjob in ruby/ruby.Each changelog entry names the original pull request, where the change was written and reviewed, and annotates it with the backport that brought it onto this line:
This follows 3.5.2, the last release to carry backports written up this way. The annotation is what keeps the entry from reading as a mistake: #3074 and #3073 are pull requests against
master, so they will appear in the changelog a second time when the next release of the development line ships, and without it the same link under two version headings looks like a 4.1-only change written into the wrong section. #1923 is the existing example of that pair — plain in 3.6.0.pre.1, annotated in 3.5.2.Note that
rake gem:changelogproduces the plain form, so the annotations are added by hand.Contents
lib/rbs/version.rb—RBS::VERSIONset to4.1.3Gemfile.lock— regenerated withbundle install; only therbs (4.1.2)→rbs (4.1.3)line changesCHANGELOG.md— a## 4.1.3 (2026-08-10)section with the two entries above under### MiscellaneousNo summary paragraph and no
**Updated classes/modules/methods:**line, since those are for larger releases andX.Y.0respectively.The date is 2026-08-10, the day this was prepared. Per docs/release.md it has to match the day the gem is released and the
vX.Y.Ztag, so it needs fixing up before the workflow is dispatched if this sits for a few days.Verification
rake 'gem:check_release[4.1.3]'→ ✅4.1.3 is the version of this commit, and CHANGELOG.md documents it.gem build rbs.gemspecproducesrbs-4.1.3.gem.rake compileand a parser smoke test pass.gem:tag,gem:check_releaseandgem:gh_releaseare all present on this branch — docs/release.md notes those tasks come from the commit being released, so a release cut fromaaa-4.1.xneeds them here.After merging
Dispatch
release-gems.ymlwithcommitset to this pull request's merge commit SHA andversionset to4.1.3, leaving the ref selector onmaster.Two follow-ups belong on
masterrather than here, and are tracked separately:## 4.1.3section tomaster's CHANGELOG.md, the way 4.0.3's section reached the 4.1 line.