Skip to content

Commit bf3e540

Browse files
author
Zibi Braniecki
committed
Release 0.1.1
1 parent 5550318 commit bf3e540

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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.1.1 (October 14, 2017)
8+
9+
- Add more complex PluralRules support
10+
711
## fluent 0.1.0 (October 13, 2017)
812

913
- Support parsing Fluent Syntax 0.3.

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.1.0"
7+
version = "0.1.1"
88
authors = [
99
"Zibi Braniecki <[email protected]>",
1010
"Staś Małolepszy <[email protected]>"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Installation
2626

2727
```toml
2828
[dependencies]
29-
fluent = "0.1.0"
29+
fluent = "0.1.1"
3030
```
3131

3232

0 commit comments

Comments
 (0)