Skip to content

Commit 83e9a45

Browse files
authored
chore: Bump fluent crate version to reflect breakage in re-exported fluent_bundle::* (#386)
1 parent f22da4e commit 83e9a45

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

fluent/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Unreleased
44

5-
## fluent 0.16.2 (May 20, 2025)
5+
## fluent 0.17.0 (May 23, 2025)
6+
- Bump version to reflect breaking changes in re-exported FluentBundle
7+
8+
## fluent 0.16.2 (May 20, 2025) [yanked]
69
- Cleanup docs
710

811
## fluent 0.16.1 (March 16, 2024)

fluent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
An umbrella crate exposing the combined features of fluent-rs crates with additional convenience macros for Project Fluent,
55
a localization system designed to unleash the entire expressive power of natural language translations.
66
"""
7-
version = "0.16.2"
7+
version = "0.17.0"
88
edition.workspace = true
99
rust-version.workspace = true
1010
homepage.workspace = true

0 commit comments

Comments
 (0)