Changelog
The authoritative, per-version changelog lives on the GitHub releases page:
Each release’s notes are generated from the commit history at tag time (via git-cliff, grouped by conventional-commit type), so they never drift from what actually shipped. Rather than mirror a copy here that would go stale between builds, this page points at that single source.
Versioning
Section titled “Versioning”murk is pre-1.0 and follows Semantic Versioning. While on the 0.x line, treat minor bumps (0.9 → 0.10) as the ones that may carry breaking changes. Patch bumps are fixes and additions. The vault format is stable across 0.x. See the roadmap for the stability guarantees 1.0 will add.
Installing a specific version
Section titled “Installing a specific version”Pick a version from the releases page, then install it through your channel of choice:
cargo install murk-cli --version X.Y.Zpip install murk-secrets==X.Y.ZPre-built binaries for each release are attached to its GitHub release. Every release is signed and attested. See verifying releases before trusting a downloaded artifact.