chore(release): bump to v0.2.0#20
Merged
Merged
Conversation
First release with the in-app updater. Bumps workspace.package.version (picked up by all three crates via version.workspace = true), the two explicit rompatch-core deps in the rompatch CLI and rompatch-gui Cargo.tomls, and the cosmetic ui/package.json version. Co-Authored-By: Claude
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
Bumps the workspace version from
0.1.0to0.2.0so the first releasethat ships the in-app updater (PR #19) is detectable as "new" by
installed
v0.1.0copies.Touches:
Cargo.tomlworkspace.package.version(picked up by all three crates viaversion.workspace = true)crates/rompatch/Cargo.tomlandcrates/rompatch-gui/Cargo.tomlexplicitrompatch-coredeps (both pinned)crates/rompatch-gui/ui/package.json(cosmetic; Tauri reads the .app version fromCargo.toml)Cargo.lockregeneratedNo code changes.
After merge
git -c core.sshCommand="ssh -i ~/.ssh/gwm-claude" push origin v0.2.0(after tagging the merge commit)guijob fires onrefs/tags/v*and attaches.dmg,.app.tar.gz,.app.tar.gz.sig, andlatest.jsonto the release.v0.1.0apps see the update banner on next launch.Test plan
cargo check --workspace --exclude rompatch-guicleancargo check -p rompatch-gui --releasecleanv0.2.0, confirm release assets +latest.jsonreachable atreleases/latest/download/latest.json