diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ad001146..12c3ccd3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"crates/cli":"0.2.8","crates/wallhack":"0.1.3"} +{"crates/cli":"0.2.9","crates/wallhack":"0.1.3"} diff --git a/Cargo.lock b/Cargo.lock index f80e0321..4b7bd01d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3387,7 +3387,7 @@ dependencies = [ [[package]] name = "wallhack-cli" -version = "0.2.8" +version = "0.2.9" dependencies = [ "argh", "built", diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 291ca561..cf7eb754 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.9](https://github.com/block65/wallhack/compare/wallhack-cli-v0.2.8...wallhack-cli-v0.2.9) (2026-02-28) + + +### Features + +* **daemon:** integrate handshake exchange and PSK validation ([57c07ae](https://github.com/block65/wallhack/commit/57c07aef9cccf5054fd3308e4f8bea013affc4c9)) + ## [0.2.8](https://github.com/block65/wallhack/compare/wallhack-cli-v0.2.7...wallhack-cli-v0.2.8) (2026-02-27) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 8ca3b161..1a94a111 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wallhack-cli" -version = "0.2.8" +version = "0.2.9" edition = "2024" [[bin]]