File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33### [ Unreleased]
44
5+ ## [ 0.8.1] - 2024-05-15
6+
7+ ### Updated
8+
9+ - Update serde dependency to be more precise to ensure minimal versions are
10+ correct.
11+
512## [ 0.8.0] - 2023-12-31
613
714### Updated
118125
119126* ` Serializer ` , ` Deserializer ` , and related functions.
120127
121- [ Unreleased ] : https://github.com/bluk/bt_bencode/compare/v0.8.0...HEAD
128+ [ Unreleased ] : https://github.com/bluk/bt_bencode/compare/v0.8.1...HEAD
129+ [ 0.8.1 ] : https://github.com/bluk/bt_bencode/compare/v0.8.0...v0.8.1
122130[ 0.8.0 ] : https://github.com/bluk/bt_bencode/compare/v0.7.0...v0.8.0
123131[ 0.7.0 ] : https://github.com/bluk/bt_bencode/compare/v0.6.1...v0.7.0
124132[ 0.6.1 ] : https://github.com/bluk/bt_bencode/compare/v0.6.0...v0.6.1
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.0 "
24+ version = " 0.8.1 "
2525
2626[dependencies ]
2727itoa = {version = " 1.0.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments