Skip to content

Commit

Permalink
Update readme / changelog (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknuds1 committed Dec 20, 2020
1 parent 06907f3 commit e398b0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 1.0.0 (unreleased)

- Rename Buf/BufMut, methods to chunk/chunk_mut (#450)
- remove unused Buf implementation. (#449)

# 0.6.0 (October 21, 2020)

API polish in preparation for a 1.0 release.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`:

```toml
[dependencies]
bytes = "0.6"
bytes = "1.0"
```

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

```toml
[dependencies]
bytes = { version = "0.6", features = ["serde"] }
bytes = { version = "1.0", features = ["serde"] }
```

## License
Expand Down

0 comments on commit e398b0a

Please sign in to comment.