Skip to content

Commit

Permalink
Prepare for v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Mar 14, 2022
1 parent bfb8ee7 commit 6a78e4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.5.1

### Updated

* Use `Bytes` for `Values::Dict` index access instead of allocating a `ByteBuf`.

## v0.5.0

### Updated
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bt_bencode"
version = "0.5.0"
version = "0.5.1"
license = "MIT OR Apache-2.0"
authors = ["Bryant Luk <code@bryantluk.com>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It uses the [Serde][serde] library to serialize and deserialize Bencode data.

```toml
[dependencies]
bt_bencode = "0.5.0"
bt_bencode = "0.5.1"
```

## License
Expand Down

0 comments on commit 6a78e4b

Please sign in to comment.