Skip to content

chore: sync crate version 0.41.0 -> 0.46.0 to match latest release#167

Merged
pawellisowski merged 1 commit into
mainfrom
chore/sync-crate-version-0.46
May 25, 2026
Merged

chore: sync crate version 0.41.0 -> 0.46.0 to match latest release#167
pawellisowski merged 1 commit into
mainfrom
chore/sync-crate-version-0.46

Conversation

@pawellisowski
Copy link
Copy Markdown
Contributor

Summary

The committed cli/Cargo.toml [package] version had been stuck at 0.41.0 while release tags advanced to v0.46.0. Release CI (the release.yml "Sync crate version from tag" step) rewrites this from the tag at build time, so released binaries were always correct — but local/dev cargo build binaries reported a stale aware 0.41.0, and stamped 0.41.0 as the lockfile compiler-version (via env!("CARGO_PKG_VERSION")).

Bump the committed version to 0.46.0 so dev builds match the current release line. Not bumping to 0.47 — that happens when the next release tag is cut.

Verification

  • cargo build green; aware --version now reports aware 0.46.0 (was 0.41.0).
  • Codex review clean (no findings).

Notes

Both production version surfaces (aware --version via clap, lockfile compiler-version) derive from CARGO_PKG_VERSION, so this one change fixes both. The 0.42/0.43 strings in sidecar.rs and 0.24.0 in app_lock.rs are test fixtures, not stale version references — intentionally left as-is.

The committed [package] version had been stuck at 0.41.0 while release
tags advanced to v0.46.0. Release CI rewrites this from the tag at build
time, so released binaries were correct, but local/dev `cargo build`
binaries reported a stale `aware 0.41.0` (and stamped 0.41.0 as the
lockfile compiler-version via env!(CARGO_PKG_VERSION)). Bump to 0.46.0
so dev builds match the current release line. Not bumping to 0.47 —
that happens when the next release tag is cut.
@pawellisowski pawellisowski merged commit a88bd99 into main May 25, 2026
@pawellisowski pawellisowski deleted the chore/sync-crate-version-0.46 branch May 25, 2026 12:12
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