From a6bece7b330e5089b82c89c86a7fa62baa4c6682 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 3 Mar 2023 22:41:09 +0000 Subject: [PATCH] prepare bytestring release 1.3.0 --- bytestring/CHANGES.md | 3 ++- bytestring/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ",