Skip to content

Commit

Permalink
Release fluent 0.16.0, which updates fluent-pseudo to 0.3 (#231)
Browse files Browse the repository at this point in the history
* Release fluent 0.15.1, which updates fluent-pseudo to 0.3

* 0.15.1 -> 0.16.0 since fluent-pseudo has a breaking change
  • Loading branch information
mathjazz committed Jul 29, 2021
1 parent 3872692 commit b825cc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion fluent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

-

## fluent 0.15.9 (February 9, 2021)
## fluent 0.16.0 (July 29, 2021)
- Update `fluent-pseudo` to 0.3.

## fluent 0.15.0 (February 9, 2021)
- Update `fluent-bundle` to 0.15.0.

## fluent 0.14.4 (January 31, 2021)
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.15.0"
version = "0.16.0"
edition = "2018"
authors = [
"Zibi Braniecki <gandalf@mozilla.com>",
Expand All @@ -28,4 +28,4 @@ include = [
[dependencies]
fluent-bundle = { version = "0.15", path = "../fluent-bundle" }
unic-langid = "0.9"
fluent-pseudo = { version = "0.2", optional = true }
fluent-pseudo = { version = "0.3", optional = true }

0 comments on commit b825cc3

Please sign in to comment.