Skip to content
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

Closed
Phantomical opened this issue Nov 19, 2022 · 3 comments · Fixed by #579
Closed

Release a new version of bytes #578

Phantomical opened this issue Nov 19, 2022 · 3 comments · Fixed by #579

Comments

@Phantomical
Copy link
Contributor

Would it be possible to get a new release of bytes? I would like to use the new methods on Buf from #576 in the perf-event crate (see jimblandy/perf-event#22) but for that to happen they need to be available on crates.io first.

@Darksonn
Copy link
Contributor

Darksonn commented Nov 19, 2022

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.)

@Phantomical
Copy link
Contributor Author

Here's my attempt at a changelog. If everything looks right I can submit a PR for this.

1.3.0 (Date TBD)

Added

Fixed

Documented

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)

@Darksonn
Copy link
Contributor

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants