-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release a new version of bytes #578
Comments
This is something that's been on my todo-list for a while. (Along with quite a few other crates that need a release.) I will get around to it eventually. If you want to speed up the process, you can help me by writing the changelog. (See #556 for an example.) |
Here's my attempt at a changelog. If everything looks right I can submit a PR for this.
Markdown Source# 1.3.0 (Date TBD)
### Added
- Rename and expose `BytesMut::spare_capacity_mut` (#572)
- Implement native-endian get and put functions for `Buf` and `BufMut` (#576)
### Fixed
- Don't have important data in unused capacity when calling reserve (#563)
### Documented
- `Bytes::new` etc should return `Self` not `Bytes` (#568) |
Looks good to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to get a new release of bytes? I would like to use the new methods on
Buf
from #576 in theperf-event
crate (see jimblandy/perf-event#22) but for that to happen they need to be available on crates.io first.The text was updated successfully, but these errors were encountered: