Skip to content

Commit 9fa3c0a

Browse files
author
Zibi Braniecki
committed
Release 0.1.2
1 parent bf3e540 commit 9fa3c0a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
-
66

7-
## fluent 0.1.1 (October 14, 2017)
7+
## fluent 0.1.2 (October 14, 2017)
88

99
- Add more complex PluralRules support
1010

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.1"
7+
version = "0.1.2"
88
authors = [
99
"Zibi Braniecki <gandalf@mozilla.com>",
1010
"Staś Małolepszy <stas@mozilla.com>"

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.1"
29+
fluent = "0.1.2"
3030
```
3131

3232

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ pub mod syntax;
4444
pub mod context;
4545
pub mod resolve;
4646
pub mod types;
47-
mod intl;
47+
pub mod intl;
4848

4949
pub use context::MessageContext;

0 commit comments

Comments
 (0)