-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Release 'safe harbor' versions of Fluent workspace crates (#349)
These releases serve as a markers in the transition from the Project Fluent related crates being a wholly Mozilla managed project to bringing on non-Mozilla community maintainers. The safe harbor release series publishes the current Git HEAD of all crates as a convenience to downstream consumers that either audit the code and contributors, don't want to adopt potential changes for whatever reason, or just want an easy reference point against which to compare future releases.
- Loading branch information
Showing
16 changed files
with
80 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ description = """ | |
A localization system designed to unleash the entire expressive power of | ||
natural language translations. | ||
""" | ||
version = "0.15.2" | ||
version = "0.15.3" | ||
edition = "2021" | ||
authors = [ | ||
"Zibi Braniecki <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ description = """ | |
High-level abstraction model for managing localization resources | ||
and runtime localization lifecycle. | ||
""" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
edition = "2021" | ||
authors = [ | ||
"Zibi Braniecki <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "fluent-pseudo" | |
description = """ | ||
Pseudolocalization transformation API for use with Project Fluent API. | ||
""" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
edition = "2021" | ||
authors = [ | ||
"Zibi Braniecki <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "fluent-resmgr" | |
description = """ | ||
Resource manager for Fluent localization resources. | ||
""" | ||
version = "0.0.6" | ||
version = "0.0.7" | ||
authors = [ | ||
"Zibi Braniecki <[email protected]>", | ||
"Staś Małolepszy <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "fluent-syntax" | |
description = """ | ||
Parser/Serializer tools for Fluent Syntax. | ||
""" | ||
version = "0.11.0" | ||
version = "0.11.1" | ||
edition = "2021" | ||
authors = [ | ||
"Zibi Braniecki <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "fluent-testing" | |
description = """ | ||
A collection of mock scenarios for testing fluent-rs components. | ||
""" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
authors = [ | ||
"Zibi Braniecki <[email protected]>", | ||
"Erik Nordin <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ description = """ | |
A localization system designed to unleash the entire expressive power of | ||
natural language translations. | ||
""" | ||
version = "0.16.0" | ||
version = "0.16.1" | ||
edition = "2021" | ||
authors = [ | ||
"Zibi Braniecki <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ description = """ | |
A memoizer specifically tailored for storing lazy-initialized | ||
intl formatters. | ||
""" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
edition = "2021" | ||
authors = [ | ||
"Zibi Braniecki <[email protected]>", | ||
|