Skip to content

Commit ca60f09

Browse files
committed
Prepare for v0.8.1 release
1 parent a9b46e1 commit ca60f09

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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
@@ -118,7 +125,8 @@
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

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.0"
24+
version = "0.8.1"
2525

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

0 commit comments

Comments
 (0)