From 71b4e55c92fba387d8ced4a694475db4c6b2334e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 11 Jun 2022 13:41:11 +0100 Subject: [PATCH] prepare bytestring release 1.1.0 (#461) --- 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 14f2cde2..aaf6996c 100644 --- a/bytestring/CHANGES.md +++ b/bytestring/CHANGES.md @@ -1,8 +1,12 @@ # Changes ## Unreleased - 2022-xx-xx + + +## 1.1.0 - 2022-06-11 +- Implement `From>` for `ByteString`. [#458] +- Implement `Into` for `ByteString`. [#458] - Minimum supported Rust version (MSRV) is now 1.49. -- Implement `From>` and `Into`. [#458] [#458]: https://github.com/actix/actix-net/pull/458 diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 6be9eed2..dc9fd6af 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytestring" -version = "1.0.0" +version = "1.1.0" authors = [ "Nikolay Kim ", "Rob Ede ",