From 45397d99c3286afc88e225a16d18918e62dfe28b Mon Sep 17 00:00:00 2001 From: Rob Ede <robjtede@icloud.com> Date: Sun, 24 Nov 2024 00:38:34 +0000 Subject: [PATCH] chore(bytestring): prepare release 1.4.0 --- bytestring/CHANGES.md | 2 ++ bytestring/Cargo.toml | 2 +- bytestring/README.md | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bytestring/CHANGES.md b/bytestring/CHANGES.md index 3ffcac15..a5d69fd5 100644 --- a/bytestring/CHANGES.md +++ b/bytestring/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.4.0 + - Add `ByteString::split_at()` method. - Minimum supported Rust version (MSRV) is now 1.71. diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 2b0d719a..067a7fbe 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytestring" -version = "1.3.1" +version = "1.4.0" description = "A UTF-8 encoded read-only string using `Bytes` as storage" authors = [ "Nikolay Kim <fafhrd91@gmail.com>", diff --git a/bytestring/README.md b/bytestring/README.md index 2bfd3083..a525cd75 100644 --- a/bytestring/README.md +++ b/bytestring/README.md @@ -5,11 +5,11 @@ <!-- prettier-ignore-start --> [](https://crates.io/crates/bytestring) -[](https://docs.rs/bytestring/1.3.1) +[](https://docs.rs/bytestring/1.4.0) [](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html)  <br /> -[](https://deps.rs/crate/bytestring/1.3.1) +[](https://deps.rs/crate/bytestring/1.4.0)  [](https://discord.gg/NWpN5mmg3x)