diff --git a/bytestring/CHANGES.md b/bytestring/CHANGES.md index 0b6955ca..c93a5429 100644 --- a/bytestring/CHANGES.md +++ b/bytestring/CHANGES.md @@ -2,8 +2,9 @@ ## Unreleased - 2022-xx-xx +## 1.3.0 - 2023-03-03 + - Implement `AsRef` for `ByteString`. -- Minimum supported Rust version (MSRV) is now 1.59. ## 1.2.1 - 2022-11-12 diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 1cf7bbe6..0720c7bf 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytestring" -version = "1.2.1" +version = "1.3.0" authors = [ "Nikolay Kim ", "Rob Ede ",