diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b306eb..7336745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - … +## tinystr 0.4.4 (April 14, 2021) + + - Inline more methods to reduce instruction count. In particular, speed up `binary_search` + ## tinystr 0.4.3 (February 18, 2021) - Implement `Error` for errors. diff --git a/Cargo.toml b/Cargo.toml index 4a751da..9e60d51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "tinystr" description = """ A small ASCII-only bounded length string representation. """ -version = "0.4.3" +version = "0.4.4" authors = [ "Raph Levien ", "Zibi Braniecki ",