aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alice Ryhl <aliceryhl@google.com> 2023-09-07 10:52:15 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-07 10:52:15 +0200
commit74e6e200fd671340d4d4a874f83776def04f6c7b (patch)
treea7f2006756b3d40cd5a354c2dd7fb3019e487eb0
parent64c4fa286771ad9e522ffbefc576bcf7b76933d0 (diff)
downloadbytes-1.5.0.tar.gz
bytes-1.5.0.tar.zst
bytes-1.5.0.zip
chore: prepare bytes v1.5.0 (#627)v1.5.0
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.toml2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1bad4a..47e4880 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 4a96ec1..06b19e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ name = "bytes"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create "v1.x.y" git tag.
-version = "1.4.0"
+version = "1.5.0"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",