revert: roll back v2026.5.25-beta.13 / beta.14 version bumps to 2026.5.17-beta.12#5717
Merged
Conversation
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.
Summary
Reverts the two version-bump commits that landed today so the
workspace is back at
2026.5.17-beta.12. Tagsv2026.5.25-beta.13,v2026.5.25-beta.14and the matchingsdk/go/v0.20260525.0-beta.13/sdk/go/v0.20260525.0-beta.14have been deleted from the remote and locally; corresponding GitHub
Releases were already removed by the maintainer.
All other work on
mainsincev2026.5.17-beta.12(315+ PRs,including
#5714nix flake source-filter fix) is preserved — thisPR only touches files that the two bump commits touched.
Commits reverted
3bb6726f—chore: bump version to v2026.5.25-beta.14 (#5715)d0ac934f—chore: bump version to v2026.5.25-beta.13 (#5711)Done with
git revert --no-editso the diffs are exact inverses; nohand-edits.
Resulting workspace version
What was NOT touched
@librefang/sdk(2026.5.25-beta.14already published — handleseparately if needed;
2026.5.25-beta.13never published becausethe publish job's NPM_TOKEN had expired at the time)
librefang(2026.5.25-beta.13,2026.5.25-beta.14areimmutable —
cargo yankthem out-of-band if needed)librefang(immutable — yank out-of-band if needed)ghcr.io/librefang/librefang:2026.5.25-beta.13/:2026.5.25-beta.14(mutable, can delete via registry)Per maintainer direction (
其他的不用管), this PR intentionally doesnot touch downstream artifacts.
Verification
git revertis a diff inversion; no behavior changes to runtimecode. Files touched are version strings and codegen baselines that
the bump commits had updated.
## [2026.5.25]headings the bumps added areremoved;
## [Unreleased]is now the leading section.xtask/baselines/openapi.sha256andxtask/baselines/agent.sha256are reverted alongside the openapi/agent files they shadow, so the
drift check stays consistent.
cargo(per repo policy) — CI is the authoritativecheck.
Follow-up
When the next release is cut (
just release), it will bump from2026.5.17-beta.12→2026.5.25-beta.13again (CalVer + next betaslot). If reuse of
beta.13/beta.14numbers is undesirable, pin--versionon the nextcargo xtask releaseinvocation. The npm /crates.io / PyPI already-immutable
beta.13/beta.14versionswill not collide with a re-issue at the same number because they
remain published; only the tag + GH Release would need to be
distinct or this PR would need an explicit version skip.