diff --git a/fluent/CHANGELOG.md b/fluent/CHANGELOG.md index ed0958b0..a5d15a14 100644 --- a/fluent/CHANGELOG.md +++ b/fluent/CHANGELOG.md @@ -2,7 +2,10 @@ ## Unreleased -## fluent 0.16.2 (May 20, 2025) +## fluent 0.17.0 (May 23, 2025) + - Bump version to reflect breaking changes in re-exported FluentBundle + +## fluent 0.16.2 (May 20, 2025) [yanked] - Cleanup docs ## fluent 0.16.1 (March 16, 2024) diff --git a/fluent/Cargo.toml b/fluent/Cargo.toml index 7ee744c6..c1181f29 100644 --- a/fluent/Cargo.toml +++ b/fluent/Cargo.toml @@ -4,7 +4,7 @@ description = """ An umbrella crate exposing the combined features of fluent-rs crates with additional convenience macros for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations. """ -version = "0.16.2" +version = "0.17.0" edition.workspace = true rust-version.workspace = true homepage.workspace = true