Skip to content

Commit 523d19a

Browse files
authored
Merge pull request #104 from block65/release/v0.15.0
chore: release v0.15.0
2 parents 37f4d18 + 6add52c commit 523d19a

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11

22
# Changelog
33

4+
## [0.15.0](https://github.com/block65/wallhack/compare/wallhack-cli-v0.14.2...wallhack-cli-v0.15.0) (2026-03-22)
5+
6+
### Features
7+
8+
* **daemon:** accept runtime commands and promote exit nodes to relay ([ee621a0](https://github.com/block65/wallhack/commit/ee621a045dfe1f5d5541e905041b94db4906b984))
9+
* **stats:** add cumulative total_connections and total_flows counters ([d61eb3b](https://github.com/block65/wallhack/commit/d61eb3bac2fef09ecde0c08bbb8eac8f7075a202))
10+
11+
### Bug Fixes
12+
13+
* **bench:** restore smoke and resilience tests ([c37b9ac](https://github.com/block65/wallhack/commit/c37b9acaee80c99dd5f25cac981376a5ed8a130d))
14+
15+
5 other changes — [view diff](https://github.com/block65/wallhack/compare/wallhack-cli-v0.14.2...wallhack-cli-v0.15.0)
16+
17+
418
## [0.14.2](https://github.com/block65/wallhack/compare/wallhack-cli-v0.14.1...wallhack-cli-v0.14.2) (2026-03-21)
519

620
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wallhack-cli"
3-
version = "0.14.2"
3+
version = "0.15.0"
44
edition = "2024"
55

66
[[bin]]

0 commit comments

Comments
 (0)