From 67de5d5bdf9d6e69d39e2c1248c3098160991d90 Mon Sep 17 00:00:00 2001 From: Patrick Elsen Date: Fri, 7 Apr 2023 23:16:35 +0200 Subject: [PATCH] Releases v0.1.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3907989..37faf67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## Version 0.1.1 + - Added integration with [peg](https://crates.io/crates/peg) crate. - Added benchmarks (using `criterion`). - Implemented `AsMut`, `BorrowMut` and `DerefMut`. diff --git a/Cargo.toml b/Cargo.toml index 99d22e1..5ba6cc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imstr" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Cheaply clonable and slicable immutable strings" documentation = "https://docs.rs/imstr"