Skip to content

Commit 8f561be

Browse files
committed
Prepare for v0.0.5 release
1 parent 89fc4fc commit 8f561be

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.5] - 2024-01-12
4+
5+
### Updated
6+
7+
- Use `bt_bencode` version `0.8`.
8+
9+
- Use `gen_value` version `0.7`.
10+
311
## [0.0.4] - 2023-08-27
412

513
### Fixed
@@ -149,8 +157,9 @@
149157

150158
- Initial release
151159

152-
[Unreleased]: https://github.com/bluk/cloudburst/compare/v0.0.4...HEAD
160+
[Unreleased]: https://github.com/bluk/cloudburst/compare/v0.0.5...HEAD
161+
[0.0.5]: https://github.com/bluk/cloudburst/compare/v0.0.4...v0.0.5
153162
[0.0.4]: https://github.com/bluk/cloudburst/compare/v0.0.3...v0.0.4
154163
[0.0.3]: https://github.com/bluk/cloudburst/compare/v0.0.2...v0.0.3
155164
[0.0.2]: https://github.com/bluk/cloudburst/compare/v0.0.1...v0.0.2
156-
[0.0.1]: https://github.com/bluk/cloudburst/releases/tag/v0.0.1
165+
[0.0.1]: https://github.com/bluk/cloudburst/releases/tag/v0.0.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "cloudburst"
1818
readme = "README.md"
1919
repository = "https://github.com/bluk/cloudburst"
2020
rust-version = "1.65.0"
21-
version = "0.0.4"
21+
version = "0.0.5"
2222

2323
[features]
2424
default = ["std"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Cloudburst is a library to help with [BitTorrent][bep_0003] implementations.
1010

1111
```toml
1212
[dependencies]
13-
cloudburst = "0.0.4"
13+
cloudburst = "0.0.5"
1414
```
1515

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

0 commit comments

Comments
 (0)