Skip to content

Commit 2b4140b

Browse files
committed
chore: release 0.8.2
1 parent 84fb3fb commit 2b4140b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33
### [Unreleased]
44

5+
## [0.8.2](https://github.com/bluk/bt_bencode/compare/v0.8.1...v0.8.2) - 2025-03-16
6+
7+
### Added
8+
9+
- Add `Value::as_list()`, `as_list_mut()`, and `is_list()`
10+
- Add `deserialize_i128` and `deserialize_u128` support
11+
12+
### Updated
13+
14+
- Remove duplicated code and forward implementations to `deserialize_any()` to
15+
reduce code size.
16+
17+
### Other
18+
19+
- Add performance note when using IoRead
20+
521
## [0.8.1] - 2024-05-15
622

723
### Updated

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "bt_bencode"
2121
readme = "README.md"
2222
repository = "https://github.com/bluk/bt_bencode"
2323
rust-version = "1.36.0"
24-
version = "0.8.1"
24+
version = "0.8.2"
2525

2626
[dependencies]
2727
itoa = {version = "1.0.0", default-features = false }

0 commit comments

Comments
 (0)