Skip to content

Commit

Permalink
Releases v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xfbs committed Apr 7, 2023
1 parent 24e2997 commit 67de5d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<str>`, `BorrowMut<str>` and `DerefMut`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 67de5d5

Please sign in to comment.