chore(antd): release v0.11.1#218
Merged
Merged
Conversation
Packaging-only release: no antd code change since v0.11.0. What's new is the release *artifacts* — v0.11.1 is the first stable tag to carry the signed desktop installers (antd-windows-x64-setup.msi / antd-macos.pkg / antd-linux-x64.deb), and the first to carry a real licence agreement. The installer pipeline only reached main in #215; before that it lived on commits reachable solely from the v0.10.1-rc.3 tag, so every stable release to date shipped bare binaries. v0.11.1-rc.1 validated the pipeline from main (all package jobs green, MSI EV-signed, macOS pkg notarized + stapled, and the 0.10.1 -> 0.11.1 MSI major upgrade verified on hardware — a path the rc series never exercised, since the ProductVersion sanitizer collapsed every rc to the same 0.10.1). #217 then replaced WiX's lorem ipsum placeholder EULA with the repo's actual MIT OR Apache-2.0 text. The version bump is required even though the binary is unchanged: /health reports it, and ant-webex compares that against the latest stable tag. A binary reporting 0.11.0 under a v0.11.1 tag would leave the extension nudging "update available" forever. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Cuts stable v0.11.1. Packaging-only — no antd code change since v0.11.0.
What's new is the release artifacts. v0.11.1 is:
antd-windows-x64-setup.msi/antd-macos.pkg/antd-linux-x64.deb)Why no stable release had installers
The pipeline only reached
mainin #215. Before that it lived on 7 commits reachable solely from thev0.10.1-rc.3tag, so every stable tag cut from main — v0.11.0 included — shipped bare binaries. That's what pinnedant-webex's guided install to a pre-release.What the RC proved
v0.11.1-rc.1exercised the pipeline from main for the first time:package-linux/package-macos/package-windowsjobs greenprerelease: contains(ref_name, '-'))spctlreturnsaccepted / source=Notarized Developer IDon Apple's own runner0.10.1 → 0.11.1MSI major upgrade verified on hardware —StopAntdkills the running daemon, files swap,LaunchAntdrestarts it. That path had never run: the ProductVersion sanitizer collapsed0.10.1-rc.1/2/3all to0.10.1, soMajorUpgradenever fired across the rc seriesIt also surfaced the lorem ipsum EULA, fixed in #217.
Why bump the version at all
/healthreports it, andant-webexcompares that against the latest stable tag. A binary reporting0.11.0under av0.11.1tag would leave the extension nudging "update available: 0.11.1" forever.Lockfile via
cargo update -p antd— 1 package relocked, nothing else moved.After merge
Tag
v0.11.1→ the release publishes signed installers with a real licence → unblocks V2-669 (ant-webex un-pins from the RC) and V2-667 / V2-668 / V2-670.Refs V2-484.
🤖 Generated with Claude Code