Skip to content

Commit 303e79a

Browse files
committed
Prepare for v0.6.1 release
1 parent df7c07a commit 303e79a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## v0.6.1
4+
5+
### Updated
6+
7+
* Fix wrong error returned when parsing an invalid list.
8+
* Add documentation to more items
9+
* Add #[must_use] to more functions
10+
311
## v0.6.0
412

513
### Added

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.6.0"
3+
version = "0.6.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
@@ -14,7 +14,7 @@ It uses the [Serde][serde] library to serialize and deserialize Bencode data.
1414

1515
```toml
1616
[dependencies]
17-
bt_bencode = "0.6.0"
17+
bt_bencode = "0.6.1"
1818
```
1919

2020
## Examples

0 commit comments

Comments
 (0)