Skip to content

Commit 997ed6a

Browse files
committed
chore: release v0.8.0
1 parent ac97d4a commit 997ed6a

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

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

22
# Changelog
33

4+
## [0.8.0](https://github.com/block65/wallhack/compare/wallhack-cli-v0.7.0...wallhack-cli-v0.8.0) (2026-03-16)
5+
6+
### Features
7+
8+
* **cli:** \--role alias for --fixed-role, git SHA in version, consolidate reconnect logs ([dd04dd8](https://github.com/block65/wallhack/commit/dd04dd88fb320d8732ee1a520fad42b790462509))
9+
* **peers:** auto-ping on connect, fix display state, relay role, TUN cleanup, --json output ([5b68528](https://github.com/block65/wallhack/commit/5b685287618d3daceca40dced2847f2758eeaa9d))
10+
11+
### Bug Fixes
12+
13+
* **cli:** remove --fixed-role alias, rename FixedRole* error variants (#70) ([ac97d4a](https://github.com/block65/wallhack/commit/ac97d4ad9bbcc8104cbcc1554c2703f03ea2fe6f))
14+
* **peers:** serde_json for --json output, drop side field, remote_addr display label ([69bf610](https://github.com/block65/wallhack/commit/69bf610ba807694fcdacd57dd6b009cf63c9c62b))
15+
* **relay:** retain control_tx across relay session lifetime, register bridged peers ([d328144](https://github.com/block65/wallhack/commit/d328144045ea815cc83017d69a0791a4935da30b))
16+
17+
3 other changes — [view diff](https://github.com/block65/wallhack/compare/wallhack-cli-v0.7.0...wallhack-cli-v0.8.0)
18+
19+
420
## [0.7.0](https://github.com/block65/wallhack/compare/wallhack-cli-v0.6.3...wallhack-cli-v0.7.0) (2026-03-15)
521

622
### Features

Cargo.lock

Lines changed: 3 additions & 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.7.0"
3+
version = "0.8.0"
44
edition = "2024"
55

66
[[bin]]

0 commit comments

Comments
 (0)