From 95992fb607ae6a80c8d4b7efc6e8df9998990752 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 09:26:54 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- Cargo.lock | 2 +- crates/cli/CHANGELOG.md | 7 +++++++ crates/cli/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) 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]]