From 804142c4d92bde9b69a9e59b8674f35e4d0c7870 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:55:57 +0000 Subject: [PATCH] chore(main): release cli 0.2.3 --- .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 9104400a..01cd9607 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"crates/cli":"0.2.2"} +{"crates/cli":"0.2.3"} diff --git a/Cargo.lock b/Cargo.lock index bd9218e4..419fcb72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "cli" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anstyle", "anyhow", diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 39a07afe..2feb3c06 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/block65/wallhack/compare/cli-v0.2.2...cli-v0.2.3) (2026-02-20) + + +### Features + +* **cli:** omit peer in route add when exactly one peer is connected ([aa1aced](https://github.com/block65/wallhack/commit/aa1acede97446093659a48c5fc4a0bdcc296adcc)) + ## [0.2.2](https://github.com/block65/wallhack/compare/cli-v0.2.1...cli-v0.2.2) (2026-02-20) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index b0bc3628..987e7158 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "0.2.2" +version = "0.2.3" edition = "2024" [features]