mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-26 00:00:20 +02:00
chore: prepare bytes v1.3.0 (#579)
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
# 1.3.0 (November 20, 2022)
|
||||||
|
|
||||||
|
### 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)
|
||||||
|
|
||||||
# 1.2.1 (July 30, 2022)
|
# 1.2.1 (July 30, 2022)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ name = "bytes"
|
|||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v1.x.y" git tag.
|
# - Create "v1.x.y" git tag.
|
||||||
version = "1.2.1"
|
version = "1.3.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = [
|
authors = [
|
||||||
"Carl Lerche <[email protected]>",
|
"Carl Lerche <[email protected]>",
|
||||||
|
|||||||
Reference in New Issue
Block a user