Skip to content

Commit

Permalink
Prepare for v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed May 15, 2024
1 parent a9b46e1 commit ca60f09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

### [Unreleased]

## [0.8.1] - 2024-05-15

### Updated

- Update serde dependency to be more precise to ensure minimal versions are
correct.

## [0.8.0] - 2023-12-31

### Updated
Expand Down Expand Up @@ -118,7 +125,8 @@

* `Serializer`, `Deserializer`, and related functions.

[Unreleased]: https://github.com/bluk/bt_bencode/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/bluk/bt_bencode/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/bluk/bt_bencode/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/bluk/bt_bencode/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/bluk/bt_bencode/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/bluk/bt_bencode/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name = "bt_bencode"
readme = "README.md"
repository = "https://github.com/bluk/bt_bencode"
rust-version = "1.36.0"
version = "0.8.0"
version = "0.8.1"

[dependencies]
itoa = {version = "1.0.0", default-features = false }
Expand Down

0 comments on commit ca60f09

Please sign in to comment.