Release QuiltSync v0.20.1 - #816
Merged
Merged
Conversation
Collapse the two v0.20.1 alpha blocks into one stable v0.20.1 entry (sections in the file's usual Changed → Fixed order) and bump `quilt-sync/src-tauri/Cargo.toml` off the pre-release, which is what `release-quilt-sync.yaml` reads for the `QuiltSync/v__VERSION__` tag. QuiltSync only: `quilt-rs/`, `quilt-cli/`, and `quilt-uri/` have no source changes since quilt-rs/v0.34.0, quilt-cli/v0.29.0, and quilt-uri/v0.4.0, so no crate release cascade is needed. Co-Authored-By: Claude Opus 5 (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 QuiltSync v0.20.1: collapses the two v0.20.1 alpha blocks into one stable changelog entry and takes
quilt-syncoff the pre-release version.Changes
quilt-sync/CHANGELOG.md—v0.20.1-alpha1andv0.20.1-alpha2merged into a single## [v0.20.1] - 2026-08-03. Sections follow the file's usualChanged→Fixedorder (as in v0.20.0 and v0.19.0), and theFixeditems run Stop the package page rebuilding on a timer (fingerprint the status stream) #813 → Keep the remote-file selection across a package refresh #814 so the sequence reads chronologically. No wording changed.quilt-sync/src-tauri/Cargo.toml+Cargo.lock—0.20.1-alpha2→0.20.1. Per docs/releases.md this manifest is the source of truth for theQuiltSync/v__VERSION__tag, and theCHANGELOG.mdheader requires the two stay in sync.QuiltSync only — no crate cascade
git diff <tag>..mainis empty for all three released crates, so none of them need a release:quilt-rs/sincequilt-rs/v0.34.0quilt-cli/sincequilt-cli/v0.29.0quilt-uri/sincequilt-uri/v0.4.0Verification
rumdl check— clean across all 21 tracked markdown filescargo nextest runinquilt-sync/src-tauri— 281 passed, includingchangelog::tests. These matter here:CHANGELOG.mdisinclude_str!'d into the binary and parsed for the in-app release-notes list, so v0.20.1 is now the newest entry it yields.After merge
release-quilt-sync.yamlisworkflow_dispatchonly — dispatch it, review the draft release (install a bundle), then approve the gatedpromotejob, which flips the draft public, marks it latest, and dispatches the HubSpot mirror.🤖 Generated with Claude Code
Greptile Summary
Promotes QuiltSync from
0.20.1-alpha2to stable0.20.1.Confidence Score: 5/5
The PR appears safe to merge; the stable version is synchronized across release inputs and the consolidated changelog remains compatible with its consumers.
The package manifest and lockfile agree on
0.20.1, release tooling derives its version from that manifest, and the changelog parser accepts the merged stable entry without relying on prerelease labels or section ordering.Important Files Changed
0.20.1, which correctly feeds Tauri and release metadata.v0.20.1entry.Reviews (1): Last reviewed commit: "Release QuiltSync v0.20.1" | Re-trigger Greptile