Skip to content

Commit c511b2d

Browse files
committed
Add v0.3.0 CHANGELOG and update metadata
1 parent 31f8162 commit c511b2d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
### Added
66

7-
* `Read` trait and helper implementations are made public.
7+
* `Read` trait and helper implementations `IoRead` and `SliceRead` are made public.
8+
* Add `Value` `as_number()`.
9+
* Add multiple `From` implementations for all the common primitive signed and
10+
unsigned integers to `Number`.
811

912
## v0.2.0
1013

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.2.0"
3+
version = "0.3.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.2.0"
13+
bt_bencode = "0.3.0"
1414
```
1515

1616
## License

0 commit comments

Comments
 (0)