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]