diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f6abc..257012a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - … +## tinystr 0.3.4 (August 21, 2020) + + - Add `macros` feature which exposes `tinystr::macros`. + ## tinystr 0.3.3 (July 26, 2020) - Add `TinyStrAuto`. diff --git a/Cargo.toml b/Cargo.toml index 4e089c7..b733c11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "tinystr" description = """ A small ASCII-only bounded length string representation. """ -version = "0.3.3" +version = "0.3.4" authors = ["Raph Levien ", "Zibi Braniecki "] edition = "2018" license = "Apache-2.0/MIT"