Skip to content

Commit e398b0a

Browse files
authored
Update readme / changelog (#451)
1 parent 06907f3 commit e398b0a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.0 (unreleased)
2+
3+
- Rename Buf/BufMut, methods to chunk/chunk_mut (#450)
4+
- remove unused Buf implementation. (#449)
5+
16
# 0.6.0 (October 21, 2020)
27

38
API polish in preparation for a 1.0 release.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`:
1818

1919
```toml
2020
[dependencies]
21-
bytes = "0.6"
21+
bytes = "1.0"
2222
```
2323

2424
Next, add this to your crate:
@@ -33,7 +33,7 @@ Serde support is optional and disabled by default. To enable use the feature `se
3333

3434
```toml
3535
[dependencies]
36-
bytes = { version = "0.6", features = ["serde"] }
36+
bytes = { version = "1.0", features = ["serde"] }
3737
```
3838

3939
## License

0 commit comments

Comments
 (0)