From 83e9a4517a1de90b7715b0446a2e13acf67af4e1 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 23 May 2025 09:34:59 +0300 Subject: [PATCH] chore: Bump fluent crate version to reflect breakage in re-exported fluent_bundle::* (#386) --- fluent/CHANGELOG.md | 5 ++++- fluent/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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