diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9c282c2..f24dc97 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +0.2.1 + Fixed bug when initializing from empty String. + 0.2.0 Add 'borrowed' method Bump to 2021 edition diff --git a/Cargo.toml b/Cargo.toml index 118cb64..0ab5ecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mownstr" description = "Maybe Owned String" -version = "0.2.0" +version = "0.2.1" authors = ["Pierre-Antoine Champin "] edition = "2021" repository = "https://github.com/pchampin/mownstr"