Skip to content

Commit

Permalink
Releases v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xfbs committed Apr 10, 2023
1 parent 2614ad3 commit af12710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 0.2.0

- Adds `ptr_eq()` to `Data` trait
- Adds `trim()`, `trim_start()`, `trim_end()` methods to `ImString`
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.1"
version = "0.2.0"
edition = "2021"
description = "Cheaply clonable and slicable immutable strings"
documentation = "https://docs.rs/imstr"
Expand Down

0 comments on commit af12710

Please sign in to comment.