Skip to content

Commit

Permalink
Version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Jul 25, 2024
1 parent bfb20b7 commit 28add68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.1] - 2024-07-25
## [3.2.2] - 2024-07-25

### Fixed

- [0c82b55] Fix missing "hashbrown" feature.
- [bfb20b7] Fix `DataUrlBuf` deref.

## [3.2.0] - 2024-07-25

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "3.2.1"
version = "3.2.2"
edition = "2021"
authors = ["Timothée Haudebourg <[email protected]>"]
categories = ["web-programming", "internationalization"]
Expand Down Expand Up @@ -27,8 +27,8 @@ data = ["iref-core/data"]
hashbrown = ["iref-core/hashbrown"]

[workspace.dependencies]
iref-core = { path = "crates/core", version = "3.2.1" }
iref-macros = { path = "crates/macros", version = "3.2.1" }
iref-core = { path = "crates/core", version = "3.2.2" }
iref-macros = { path = "crates/macros", version = "3.2.2" }

[dependencies]
iref-core.workspace = true
Expand Down

0 comments on commit 28add68

Please sign in to comment.