Skip to content

Commit 78170f5

Browse files
authored
Merge pull request #76 from block65/release/v0.8.1
chore: release v0.8.1
2 parents 65111e5 + 10fa8e8 commit 78170f5

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

22
# Changelog
33

4+
## [0.8.1](https://github.com/block65/wallhack/compare/wallhack-cli-v0.8.0...wallhack-cli-v0.8.1) (2026-03-16)
5+
6+
### Bug Fixes
7+
8+
* **relay:** correct data plane wiring and fix multiple peer management bugs ([b2f157f](https://github.com/block65/wallhack/commit/b2f157f6869afd8af5899f357478a477cfa2068f))
9+
* **relay:** remove unused bridge_channels to fix slim dead-code error ([7a3b309](https://github.com/block65/wallhack/commit/7a3b30919a1fc421e51c8a556cb12774ab4212c9))
10+
* **version:** restore semver+build-metadata format with seconds (#77) ([65111e5](https://github.com/block65/wallhack/commit/65111e559234401f23eabd0789bec0300e8d3c80))
11+
12+
1 other change — [view diff](https://github.com/block65/wallhack/compare/wallhack-cli-v0.8.0...wallhack-cli-v0.8.1)
13+
14+
415
## [0.8.0](https://github.com/block65/wallhack/compare/wallhack-cli-v0.7.0...wallhack-cli-v0.8.0) (2026-03-16)
516

617
### Features

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.8.0"
3+
version = "0.8.1"
44
edition = "2024"
55

66
[[bin]]

0 commit comments

Comments
 (0)