File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ name = "bt_bencode"
2121readme = " README.md"
2222repository = " https://github.com/bluk/bt_bencode"
2323rust-version = " 1.36.0"
24- version = " 0.8.1 "
24+ version = " 0.8.2 "
2525
2626[dependencies ]
2727itoa = {version = " 1.0.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments