Cut desktop v0.1.3 for carrier-pigeon brand#321
Merged
Conversation
Version bump on modelrelay-desktop from 0.1.2 to 0.1.3 so that a fresh `desktop-v0.1.3` tag can ship the new carrier-pigeon icon set that landed in #320. Tauri reads icons at build time, so installed apps won't see the new brand until the next release cuts. No code changes — only version strings in: - crates/modelrelay-desktop/Cargo.toml - crates/modelrelay-desktop/tauri.conf.json - Cargo.lock (cargo update -p modelrelay-desktop) - CHANGELOG.md (Desktop 0.1.3 entry) Co-Authored-By: Claude Opus 4.7 (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.
Summary
Version bump on the desktop crate from
0.1.2→0.1.3so we can cut a freshdesktop-v0.1.3GitHub release that ships the new carrier-pigeon icon set from #320. Tauri reads icons at build time, so currently-installed desktop apps are still on the old brand until a new release lands.Changes
crates/modelrelay-desktop/Cargo.toml:0.1.2→0.1.3crates/modelrelay-desktop/tauri.conf.json:0.1.2→0.1.3Cargo.lock: viacargo update -p modelrelay-desktop --precise 0.1.3CHANGELOG.md: Desktop 0.1.3 entry describing the brand refreshFollow-up
Once this merges, I'll tag
desktop-v0.1.3on main to trigger the Desktop Release workflow (builds + signs installers for Linux/macOS/Windows, publishes to GH Releases, updater endpoint picks up the new version within ~5 min cache TTL).Test plan
cargo check --workspace --exclude modelrelay-desktopclean (desktop crate needs glib system libs unavailable in sandbox; version string bump is the only change)desktop-release.ymlbuilds successfully on all three platformshttps://modelrelay.io/updater/desktop/{target}/{arch}/0.1.2returns 200 with version0.1.3in the body🤖 Generated with Claude Code