Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion fluent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fluent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down