diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d8ff5..04c233d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ - … +## fluent-langneg 0.14.1 (March 16, 2024) + + - This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers. + - Minor optimizations for speed + ## fluent-langneg 0.14.0 (December 13, 2023) - Move from using `unic-langid` to `icu-locid`. diff --git a/Cargo.toml b/Cargo.toml index 48da307..40ecfb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,10 @@ name = "fluent-langneg" description = """ A library for language and locale negotiation. """ -version = "0.14.0" -authors = ["Zibi Braniecki "] +version = "0.14.1" +authors = [ + "Zibi Braniecki " +] homepage = "http://projectfluent.org/" license = "Apache-2.0" repository = "https://github.com/projectfluent/fluent-langneg-rs"