diff --git a/bytestring/CHANGES.md b/bytestring/CHANGES.md index 0b1254ef..b096ed0d 100644 --- a/bytestring/CHANGES.md +++ b/bytestring/CHANGES.md @@ -1,7 +1,10 @@ # Changes ## Unreleased - 2022-xx-xx -- Fix no_std compatibility. [#471] + + +## 1.2.1 - 2022-11-12 +- Fix `#[no_std]` compatibility. [#471] [#471]: https://github.com/actix/actix-net/pull/471 diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 92131e4a..1cf7bbe6 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytestring" -version = "1.2.0" +version = "1.2.1" authors = [ "Nikolay Kim ", "Rob Ede ",