Skip to content

chore(release): bump to v0.2.0#20

Merged
GregTheGreek merged 1 commit into
mainfrom
chore/release-v0.2.0
May 14, 2026
Merged

chore(release): bump to v0.2.0#20
GregTheGreek merged 1 commit into
mainfrom
chore/release-v0.2.0

Conversation

@GregTheGreek
Copy link
Copy Markdown
Owner

Summary

Bumps the workspace version from 0.1.0 to 0.2.0 so the first release
that ships the in-app updater (PR #19) is detectable as "new" by
installed v0.1.0 copies.

Touches:

  • Cargo.toml workspace.package.version (picked up by all three crates via version.workspace = true)
  • crates/rompatch/Cargo.toml and crates/rompatch-gui/Cargo.toml explicit rompatch-core deps (both pinned)
  • crates/rompatch-gui/ui/package.json (cosmetic; Tauri reads the .app version from Cargo.toml)
  • Cargo.lock regenerated

No code changes.

After merge

  1. git -c core.sshCommand="ssh -i ~/.ssh/gwm-claude" push origin v0.2.0 (after tagging the merge commit)
  2. The gui job fires on refs/tags/v* and attaches .dmg, .app.tar.gz, .app.tar.gz.sig, and latest.json to the release.
  3. Installed v0.1.0 apps see the update banner on next launch.

Test plan

  • cargo check --workspace --exclude rompatch-gui clean
  • cargo check -p rompatch-gui --release clean
  • After merge: tag v0.2.0, confirm release assets + latest.json reachable at releases/latest/download/latest.json

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
@GregTheGreek GregTheGreek marked this pull request as ready for review May 14, 2026 11:46
@GregTheGreek GregTheGreek merged commit 41efcca into main May 14, 2026
7 checks passed
@GregTheGreek GregTheGreek deleted the chore/release-v0.2.0 branch May 14, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant