Skip to content

Commit ce763a1

Browse files
authored
chore: Release 0.14.1, 'safe harbor' (#27)
This release serves as a marker 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.
1 parent 4e8dd11 commit ce763a1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
-
66

7+
## fluent-langneg 0.14.1 (March 16, 2024)
8+
9+
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers.
10+
- Minor optimizations for speed
11+
712
## fluent-langneg 0.14.0 (December 13, 2023)
813

914
- Move from using `unic-langid` to `icu-locid`.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name = "fluent-langneg"
33
description = """
44
A library for language and locale negotiation.
55
"""
6-
version = "0.14.0"
7-
authors = ["Zibi Braniecki <[email protected]>"]
6+
version = "0.14.1"
7+
authors = [
8+
"Zibi Braniecki <[email protected]>"
9+
]
810
homepage = "http://projectfluent.org/"
911
license = "Apache-2.0"
1012
repository = "https://github.com/projectfluent/fluent-langneg-rs"

0 commit comments

Comments
 (0)