File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 22
33### [ Unreleased]
44
5- - Add ` ByteString ` type as a specialized type for serialization and
6- deserialization of bencoded strings.
5+ ## [ 0.8.0]
6+
7+ ### Updated
8+
79- ** Breaking change** : Modify ` Value ` variants to use ` ByteString ` instead of
810 ` serde_bytes::ByteBuf ` for byte string values. Removed the ` serde_bytes `
9- dependency. While it is still possible to use ` serde_bytes ` in an
10- application's code, the crate has not reached ` 1.0 ` , so the ` ByteString ` was
11- added and used as a public API instead.
11+ dependency.
12+
13+ ### Added
14+
15+ - Add ` ByteString ` type as a specialized type for serialization and
16+ deserialization of bencoded strings.
1217
1318## [ 0.7.0] - 2022-07-31
1419
113118
114119* ` Serializer ` , ` Deserializer ` , and related functions.
115120
116- [ Unreleased ] : https://github.com/bluk/bt_bencode/compare/v0.7.0...HEAD
121+ [ Unreleased ] : https://github.com/bluk/bt_bencode/compare/v0.8.0...HEAD
122+ [ 0.8.0 ] : https://github.com/bluk/bt_bencode/compare/v0.7.0...v0.8.0
117123[ 0.7.0 ] : https://github.com/bluk/bt_bencode/compare/v0.6.1...v0.7.0
118124[ 0.6.1 ] : https://github.com/bluk/bt_bencode/compare/v0.6.0...v0.6.1
119125[ 0.6.0 ] : https://github.com/bluk/bt_bencode/compare/v0.5.1...v0.6.0
Original file line number Diff line number Diff line change 11[package ]
22name = " bt_bencode"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44license = " MIT OR Apache-2.0"
55authors = [
" Bryant Luk <[email protected] >" ]
66edition = " 2018"
You can’t perform that action at this time.
0 commit comments