diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6754e39..9c282c2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +0.2.0 + Add 'borrowed' method + Bump to 2021 edition + 0.1.3 Fixed bug when initializing from empty &str. diff --git a/Cargo.toml b/Cargo.toml index d827d85..118cb64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mownstr" description = "Maybe Owned String" -version = "0.1.3" +version = "0.2.0" authors = ["Pierre-Antoine Champin "] edition = "2021" repository = "https://github.com/pchampin/mownstr" @@ -15,7 +15,7 @@ keywords = ["string", "wrapper", "semantic-web"] [dependencies] [dev-dependencies] -criterion = "0.3" +criterion = "0.4" [[bench]] name = "bench1"