File tree Expand file tree Collapse file tree 17 files changed +48
-22
lines changed Expand file tree Collapse file tree 17 files changed +48
-22
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ thiserror = "2.0"
44
44
tokio = " 1.38"
45
45
unic-langid = " 0.9"
46
46
47
- fluent-bundle = { version = " 0.15.3 " , path = " fluent-bundle" }
48
- fluent-fallback = { version = " 0.7.1 " , path = " fluent-fallback" }
49
- fluent-pseudo = { version = " 0.3.2 " , path = " fluent-pseudo" }
50
- fluent-syntax = { version = " 0.11.1 " , path = " fluent-syntax" }
51
- intl-memoizer = { version = " 0.5.2 " , path = " intl-memoizer" }
47
+ fluent-bundle = { version = " 0.16.0 " , path = " fluent-bundle" }
48
+ fluent-fallback = { version = " 0.7.2 " , path = " fluent-fallback" }
49
+ fluent-pseudo = { version = " 0.3.3 " , path = " fluent-pseudo" }
50
+ fluent-syntax = { version = " 0.12.0 " , path = " fluent-syntax" }
51
+ intl-memoizer = { version = " 0.5.3 " , path = " intl-memoizer" }
52
52
53
53
[workspace .metadata .typos .default ]
54
54
locale = " en-us"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
- - Bump ` self_cell ` to 1.x
4
+
5
+ ## fluent-bundle 0.16.0 (May 20, 2025)
6
+ - Implement NUMBER builtin
7
+ - Improve examples
8
+ - Refactor to remove unnecessary named lifetimes
9
+ - Satiate Clippy
10
+ - Bump ` smallvec ` to 1.13
11
+ - Bump ` rand ` to 0.9
12
+ - Bump ` self_cell ` to 1.2
5
13
- Bump ` serde_yaml ` to 0.9
6
14
7
15
## fluent-bundle 0.15.3 (March 16, 2024)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A low-level implementation of a collection of localization messages for a single locale for Project Fluent,
5
5
a localization system designed to unleash the entire expressive power of natural language translations.
6
6
"""
7
- version = " 0.15.3 "
7
+ version = " 0.16.0 "
8
8
edition.workspace = true
9
9
rust-version.workspace = true
10
10
homepage.workspace = true
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - …
5
+ ## fluent-fallback 0.7.2 (May 20, 2025)
6
+ - Cleanup docs
7
+ - Refactor to remove unnecessary named lifetimes
8
+ - Satiate Clippy
9
+ - Bump ` once_cell ` to 1.21
6
10
7
11
## fluent-fallback 0.7.1 (March 16, 2024)
8
12
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A high-level implementation of a collection of locale bundles including fallback between locales for Project Fluent,
5
5
a localization system designed to unleash the entire expressive power of natural language translations.
6
6
"""
7
- version = " 0.7.1 "
7
+ version = " 0.7.2 "
8
8
edition.workspace = true
9
9
rust-version.workspace = true
10
10
homepage.workspace = true
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - …
5
+ ## fluent-pseudo 0.3.3 (May 20, 2025)
6
+ - Eliminate unsafe block using ` once_cell ` instead of undefined behavior of mutable reference to mutable static
7
+ - Cleanup docs
8
+ - Satiate Clippy
9
+ - Bump ` regex ` to 1.11
6
10
7
11
## fluent-pseudo 0.3.2 (March 16, 2024)
8
12
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A pseudolocalization and transformation API for Project Fluent,
5
5
a localization system designed to unleash the entire expressive power of natural language translations.
6
6
"""
7
- version = " 0.3.2 "
7
+ version = " 0.3.3 "
8
8
edition.workspace = true
9
9
rust-version = " 1.65.0"
10
10
homepage.workspace = true
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - …
5
+ ## fluent-resmgr 0.0.8 (May 20, 2025)
6
+ - Cleanup docs
7
+ - Satiate Clippy
8
+ - Bump ` elsa ` to 1.10
6
9
7
10
## fluent-resmgr 0.0.7 (March 16, 2024)
8
11
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A standalone solution for managing resource files and returning locale bundles for Project Fluent,
5
5
a localization system designed to unleash the entire expressive power of natural language translations.
6
6
"""
7
- version = " 0.0.7 "
7
+ version = " 0.0.8 "
8
8
edition.workspace = true
9
9
rust-version.workspace = true
10
10
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
- - Add module ` serializer ` .
5
- - …
4
+
5
+ ## fluent-syntax 0.12.0 (May 20, 2025)
6
+ - Add module ` serializer `
7
+ - De-ambiguate dependencies vs. features
8
+ - Cleanup docs
9
+ - Satiate Clippy
6
10
7
11
## fluent-syntax 0.11.1 (March 16, 2024)
8
12
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
You can’t perform that action at this time.
0 commit comments