diff --git a/CHANGELOG.md b/CHANGELOG.md index 6238423..2bacf6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - … +## fluent-locale 0.7.0 (July 30, 2019) + + - Update `unic-langid` to 0.4. + - Switch benchmark to criterion. + - Update helper functions to be more generic. + ## fluent-locale 0.6.0 (July 24, 2019) - Switch to use `unic-langid` (but allow for `unic-locale`). diff --git a/Cargo.toml b/Cargo.toml index ae016c3..1c4535e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fluent-locale" description = """ A library for language and locale negotiation. """ -version = "0.6.0" +version = "0.7.0" authors = ["Zibi Braniecki "] homepage = "http://projectfluent.org/" license = "Apache-2.0"