Skip to content

Commit 544a6ba

Browse files
committed
Add v0.4.0 CHANGELOG and update metadata
1 parent ceaf0ac commit 544a6ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## v0.4.0
44

55
### Added
66

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.3.0"
3+
version = "0.4.0"
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
@@ -10,7 +10,7 @@ It uses the [Serde][serde] library to serialize and deserialize Bencode data.
1010

1111
```toml
1212
[dependencies]
13-
bt_bencode = "0.3.0"
13+
bt_bencode = "0.4.0"
1414
```
1515

1616
## License

0 commit comments

Comments
 (0)