mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-26 00:00:20 +02:00
chore: prepare bytes v1.5.0 (#627)
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
# 1.5.0 (September 7, 2023)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Add `UninitSlice::{new,init}` (#598, #599)
|
||||||
|
- Implement `BufMut` for `&mut [MaybeUninit<u8>]` (#597)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Mark `BytesMut::extend_from_slice` as inline (#595)
|
||||||
|
|
||||||
# 1.4.0 (January 31, 2023)
|
# 1.4.0 (January 31, 2023)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
+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.4.0"
|
version = "1.5.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = [
|
authors = [
|
||||||
"Carl Lerche <[email protected]>",
|
"Carl Lerche <[email protected]>",
|
||||||
|
|||||||
Reference in New Issue
Block a user