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"