Skip to content

Commit

Permalink
Bug 1491867: Release fluent-pseudo 0.3.1 with the updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Jul 21, 2021
1 parent 24f1b54 commit d0874e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion fluent-pseudo/CHANGELOG.md
Expand Up @@ -4,8 +4,11 @@

-

## fluent-pseudo 0.3.1 (July 21, 2021)
- Update README to document the API changes in 0.3.0.

## fluent-pseudo 0.3.0 (July 19, 2021)
- Ability to wrap strings in markers.
- Breaking change: Add ability to wrap strings in markers.

## fluent-pseudo 0.2.3 (November 12, 2020)
- Improve readability of the accented pseudo.
Expand Down
2 changes: 1 addition & 1 deletion fluent-pseudo/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "fluent-pseudo"
description = """
Pseudolocalization transformation API for use with Project Fluent API.
"""
version = "0.3.0"
version = "0.3.1"
edition = "2018"
authors = [
"Zibi Braniecki <gandalf@mozilla.com>",
Expand Down
2 changes: 1 addition & 1 deletion fluent-pseudo/README.md
Expand Up @@ -18,7 +18,7 @@ use fluent_pseudo::transform;

fn transform_wrapper(s: &str) -> Cow<str> {
// Not flipped and elongated pseudolocalization.
transform(s, false, true)
transform(s, false, true, false)
}


Expand Down

0 comments on commit d0874e7

Please sign in to comment.