Skip to content

Commit

Permalink
fluent 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Jan 25, 2021
1 parent c13f89e commit adaf289
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fluent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

-

## fluent 0.14.3 (January 24, 2021)
- Update `fluent-bundle` to 0.14.3.

## fluent 0.14.1 (January 12, 2021)
- Update `fluent-bundle` to 0.14.1.

Expand Down
4 changes: 2 additions & 2 deletions fluent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
A localization system designed to unleash the entire expressive power of
natural language translations.
"""
version = "0.14.1"
version = "0.14.3"
edition = "2018"
authors = [
"Zibi Braniecki <[email protected]>",
Expand All @@ -26,6 +26,6 @@ include = [
]

[dependencies]
fluent-bundle = { version = "0.14.1", path = "../fluent-bundle" }
fluent-bundle = { version = "0.14.3", path = "../fluent-bundle" }
unic-langid = "0.9"
fluent-pseudo = { version = "0.2", optional = true }

0 comments on commit adaf289

Please sign in to comment.