Skip to content

Commit d342586

Browse files
authored
Merge pull request #81 from block65/release/v0.8.2
chore: release v0.8.2
2 parents 75e9f22 + 8ad7e29 commit d342586

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

22
# Changelog
33

4+
## [0.8.2](https://github.com/block65/wallhack/compare/wallhack-cli-v0.8.1...wallhack-cli-v0.8.2) (2026-03-16)
5+
6+
### Bug Fixes
7+
8+
* **build:** strip unused vergen cargo/rustc features to reduce deps ([db7f1c8](https://github.com/block65/wallhack/commit/db7f1c883c9fef108e1c3c187edbdc39951057ba))
9+
* **build:** update bloat thresholds to reflect post-relay baseline ([c5c2be9](https://github.com/block65/wallhack/commit/c5c2be90b66ebe0c8997f708ea0954ec8cc31e5a))
10+
* **build:** feature-gate serde_json out of slim build ([170744f](https://github.com/block65/wallhack/commit/170744f4a4de0288c71498a2cf6da7c73be86979))
11+
* **build:** disable tracing default features, cap at debug level ([a0ad162](https://github.com/block65/wallhack/commit/a0ad162dd172987ae9c9c087be3ff73801b605a7))
12+
13+
2 other changes — [view diff](https://github.com/block65/wallhack/compare/wallhack-cli-v0.8.1...wallhack-cli-v0.8.2)
14+
15+
416
## [0.8.1](https://github.com/block65/wallhack/compare/wallhack-cli-v0.8.0...wallhack-cli-v0.8.1) (2026-03-16)
517

618
### 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.8.1"
3+
version = "0.8.2"
44
edition = "2024"
55

66
[[bin]]

0 commit comments

Comments
 (0)