You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update version to 2.2.2 across workspace Cargo.toml
- Update version in all 9 client Cargo.toml files
- Update version in all 9 client tauri.conf.json files
- Update version badge in README.md
- Update CLAUDE.md status line
- Add comprehensive CHANGELOG entry documenting:
- Release workflow improvements (bundled client artifacts)
- Dependency upgrades (criterion, bincode, cpal, whoami)
- Version mismatch fix in release artifacts
- Migration notes for breaking changes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This release overhauls the GitHub Release workflow for better artifact organization, upgrades multiple dependencies with breaking change migrations, and fixes version number inconsistencies in release artifacts.
17
+
18
+
### Changed
19
+
20
+
#### CI/CD Improvements
21
+
-**Release Workflow:** Overhauled to bundle all Tauri client applications per platform
22
+
-**Artifact Naming:** Added version numbers to all release artifact filenames
23
+
-**Version Injection:** Dynamic Tauri config version updates at build time from release tag
24
+
-**Checksum Organization:** Combined SHA256SUMS files for protocol binaries and client bundles
0 commit comments