diff --git a/fluent-bundle/CHANGELOG.md b/fluent-bundle/CHANGELOG.md index 8aea04ae..5fc8ae98 100644 --- a/fluent-bundle/CHANGELOG.md +++ b/fluent-bundle/CHANGELOG.md @@ -4,6 +4,11 @@ - … +## fluent-bundle 0.6.0 (March 26, 2019) + + - Update to fluent-syntax 0.9 + - Unify benchmark testsuite with fluent.js + ## fluent-bundle 0.5.0 (January 31, 2019) - Update to fluent-syntax 0.8 diff --git a/fluent-bundle/Cargo.toml b/fluent-bundle/Cargo.toml index 6411da41..b4d76afb 100644 --- a/fluent-bundle/Cargo.toml +++ b/fluent-bundle/Cargo.toml @@ -4,7 +4,7 @@ description = """ A localization system designed to unleash the entire expressive power of natural language translations. """ -version = "0.5.0" +version = "0.6.0" edition = "2018" authors = [ "Zibi Braniecki ", @@ -22,7 +22,7 @@ criterion = "^0.2" [dependencies] fluent-locale = "^0.4.1" -fluent-syntax = { path = "../fluent-syntax/" } +fluent-syntax = "^0.9" failure = "^0.1" failure_derive = "^0.1" intl_pluralrules = "^1.0"