Skip to content

Commit

Permalink
Prepare for v0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Apr 1, 2022
1 parent df7c07a commit 303e79a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v0.6.1

### Updated

* Fix wrong error returned when parsing an invalid list.
* Add documentation to more items
* Add #[must_use] to more functions

## v0.6.0

### Added
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.6.0"
version = "0.6.1"
license = "MIT OR Apache-2.0"
authors = ["Bryant Luk <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It uses the [Serde][serde] library to serialize and deserialize Bencode data.

```toml
[dependencies]
bt_bencode = "0.6.0"
bt_bencode = "0.6.1"
```

## Examples
Expand Down

0 comments on commit 303e79a

Please sign in to comment.