The v0.4.0 git tag was released, but the version in crates/motus-cli/Cargo.toml was not updated and still reads 0.3.1. As a result, motus --version reports motus 0.3.1 instead of motus 0.4.0.
This causes confusion for package managers (e.g. Nix, Homebrew) that validate the installed binary version against the release tag.
Could you bump the version in crates/motus-cli/Cargo.toml (and crates/motus/Cargo.toml if applicable) as part of the next release?
The
v0.4.0git tag was released, but the version incrates/motus-cli/Cargo.tomlwas not updated and still reads0.3.1. As a result,motus --versionreportsmotus 0.3.1instead ofmotus 0.4.0.This causes confusion for package managers (e.g. Nix, Homebrew) that validate the installed binary version against the release tag.
Could you bump the version in
crates/motus-cli/Cargo.toml(andcrates/motus/Cargo.tomlif applicable) as part of the next release?