Skip to content

Commit 6a78e4b

Browse files
committed
Prepare for v0.5.1 release
1 parent bfb8ee7 commit 6a78e4b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.5.1
4+
5+
### Updated
6+
7+
* Use `Bytes` for `Values::Dict` index access instead of allocating a `ByteBuf`.
8+
39
## v0.5.0
410

511
### Updated

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.5.0"
3+
version = "0.5.1"
44
license = "MIT OR Apache-2.0"
55
authors = ["Bryant Luk <[email protected]>"]
66
edition = "2018"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It uses the [Serde][serde] library to serialize and deserialize Bencode data.
1212

1313
```toml
1414
[dependencies]
15-
bt_bencode = "0.5.0"
15+
bt_bencode = "0.5.1"
1616
```
1717

1818
## License

0 commit comments

Comments
 (0)