Skip to content

Commit 5655b9c

Browse files
author
Zibi Braniecki
committed
fluent 0.3.1
1 parent 39b56a0 commit 5655b9c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

fluent/CHANGELOG.md

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

55
-
66

7+
## fluent 0.3.1 (August 6, 2018)
8+
9+
- Update `fluent-locale` to 0.4.1.
10+
- Switch MessageContext::locales to be an owned Vec\<String>
11+
- Switch FluentValue::From\<i8> to FluentValue::From\<isize>
12+
713
## fluent 0.3.0 (August 3, 2018)
814

915
- Add support for custom functions in MessageContext. (#50)

fluent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
A localization library designed to unleash the entire expressive power of
55
natural language translations.
66
"""
7-
version = "0.3.0"
7+
version = "0.3.1"
88
authors = [
99
"Zibi Braniecki <[email protected]>",
1010
"Staś Małolepszy <[email protected]>"

0 commit comments

Comments
 (0)