From bb36e2a072a45f3e20a6d72049e51ebfbb35bd2e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 7 Nov 2022 20:22:47 +0000 Subject: [PATCH] prepare bytestring release 1.2.0 --- bytestring/CHANGES.md | 6 +++++- bytestring/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bytestring/CHANGES.md b/bytestring/CHANGES.md index d7c4c2be..cb966545 100644 --- a/bytestring/CHANGES.md +++ b/bytestring/CHANGES.md @@ -1,11 +1,15 @@ # Changes ## Unreleased - 2022-xx-xx -- Minimum supported Rust version (MSRV) is now 1.57. + + +## 1.2.0 - 2022-11-07 - Add `ByteString::slice_ref` which can safely slice a `ByteString` into a new one with zero copy. [#470] +- Minimum supported Rust version (MSRV) is now 1.57. [#470]: https://github.com/actix/actix-net/pull/470 + ## 1.1.0 - 2022-06-11 - Implement `From>` for `ByteString`. [#458] - Implement `Into` for `ByteString`. [#458] diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 374918e6..466f8030 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytestring" -version = "1.1.0" +version = "1.2.0" authors = [ "Nikolay Kim ", "Rob Ede ",