diff --git a/CHANGELOG.md b/CHANGELOG.md index 0477ee47..dc7f1912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.1](https://github.com/block65/wallhack/compare/wallhack-cli-v0.3.0...wallhack-cli-v0.3.1) (2026-02-28) + +### Bug Fixes + +* **ci:** match release-please body format, fix cross install, add changelog links ([9732585](https://github.com/block65/wallhack/commit/9732585ef304210cafb9962ffd4504cae1df1192)) +* **ci:** exclude ci-scoped commits from release bump logic ([a39de7a](https://github.com/block65/wallhack/commit/a39de7a692ebc5de724c6c95ebc57c96e896779c)) +* **wire:** reject malformed protobuf at deserialisation boundary ([2591896](https://github.com/block65/wallhack/commit/2591896ff7e955c1052c243aa219dd6165683fad)) + + ## [0.3.0](https://github.com/block65/wallhack/releases/tag/wallhack-cli-v0.3.0) - 2026-02-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7ad2d160..520f34c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3387,7 +3387,7 @@ dependencies = [ [[package]] name = "wallhack-cli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "argh", "built", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d7a7ed84..aab34ba1 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wallhack-cli" -version = "0.3.0" +version = "0.3.1" edition = "2024" [[bin]]