Skip to content

Commit

Permalink
Prepare for v0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Jan 12, 2024
1 parent 89fc4fc commit 8f561be
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.5] - 2024-01-12

### Updated

- Use `bt_bencode` version `0.8`.

- Use `gen_value` version `0.7`.

## [0.0.4] - 2023-08-27

### Fixed
Expand Down Expand Up @@ -149,8 +157,9 @@

- Initial release

[Unreleased]: https://github.com/bluk/cloudburst/compare/v0.0.4...HEAD
[Unreleased]: https://github.com/bluk/cloudburst/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/bluk/cloudburst/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/bluk/cloudburst/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/bluk/cloudburst/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/bluk/cloudburst/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/bluk/cloudburst/releases/tag/v0.0.1
[0.0.1]: https://github.com/bluk/cloudburst/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "cloudburst"
readme = "README.md"
repository = "https://github.com/bluk/cloudburst"
rust-version = "1.65.0"
version = "0.0.4"
version = "0.0.5"

[features]
default = ["std"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cloudburst is a library to help with [BitTorrent][bep_0003] implementations.

```toml
[dependencies]
cloudburst = "0.0.4"
cloudburst = "0.0.5"
```

## License
Expand All @@ -27,4 +27,4 @@ dual licensed as above, without any additional terms or conditions.
[bep_0003]: http://www.bittorrent.org/beps/bep_0003.html
[docs_rs_cloudburst]: https://docs.rs/cloudburst
[LICENSE_APACHE]: LICENSE-APACHE
[LICENSE_MIT]: LICENSE-MIT
[LICENSE_MIT]: LICENSE-MIT

0 comments on commit 8f561be

Please sign in to comment.