Skip to content

Commit c4c4745

Browse files
author
Zibi Braniecki
committed
fluent 0.6.0
1 parent 880a7cd commit c4c4745

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

fluent/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
-
66

7+
## fluent 0.6.0 (March 26, 2019)
8+
9+
- Update to fluent-bundle 0.6.0
10+
711
## fluent 0.5.0 (January 31, 2019)
812

913
- Moved fluent-bundle to its own package

fluent/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
A localization system designed to unleash the entire expressive power of
55
natural language translations.
66
"""
7-
version = "0.5.0"
7+
version = "0.6.0"
88
edition = "2018"
99
authors = [
1010
"Zibi Braniecki <[email protected]>",
@@ -18,4 +18,4 @@ keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]
1818
categories = ["localization", "internationalization"]
1919

2020
[dependencies]
21-
fluent-bundle = "^0.5"
21+
fluent-bundle = "^0.6"

0 commit comments

Comments
 (0)