Skip to content

Commit f537440

Browse files
committed
Prepare for v0.8.0 release
1 parent 6ca39a2 commit f537440

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
### [Unreleased]
44

5-
- Add `ByteString` type as a specialized type for serialization and
6-
deserialization of bencoded strings.
5+
## [0.8.0]
6+
7+
### Updated
8+
79
- **Breaking change**: Modify `Value` variants to use `ByteString` instead of
810
`serde_bytes::ByteBuf` for byte string values. Removed the `serde_bytes`
9-
dependency. While it is still possible to use `serde_bytes` in an
10-
application's code, the crate has not reached `1.0`, so the `ByteString` was
11-
added and used as a public API instead.
11+
dependency.
12+
13+
### Added
14+
15+
- Add `ByteString` type as a specialized type for serialization and
16+
deserialization of bencoded strings.
1217

1318
## [0.7.0] - 2022-07-31
1419

@@ -113,7 +118,8 @@
113118

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

116-
[Unreleased]: https://github.com/bluk/bt_bencode/compare/v0.7.0...HEAD
121+
[Unreleased]: https://github.com/bluk/bt_bencode/compare/v0.8.0...HEAD
122+
[0.8.0]: https://github.com/bluk/bt_bencode/compare/v0.7.0...v0.8.0
117123
[0.7.0]: https://github.com/bluk/bt_bencode/compare/v0.6.1...v0.7.0
118124
[0.6.1]: https://github.com/bluk/bt_bencode/compare/v0.6.0...v0.6.1
119125
[0.6.0]: https://github.com/bluk/bt_bencode/compare/v0.5.1...v0.6.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bt_bencode"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Bryant Luk <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)