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 ",