diff --git a/CHANGELOG.md b/CHANGELOG.md index f69fdc2f3..9aa0a2b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver --- +## 0.3.33 [2024-02-03] + +### Fixed + +Builds targeting `wasm32-unknown-unknown` now work again. + ## 0.3.32 [2024-02-01] ### Added diff --git a/Cargo.lock b/Cargo.lock index 4e00530d4..7e8d2ab06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "time" -version = "0.3.32" +version = "0.3.33" dependencies = [ "criterion", "deranged", diff --git a/time/Cargo.toml b/time/Cargo.toml index 0c2b9fff3..a45cc26fb 100644 --- a/time/Cargo.toml +++ b/time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time" -version = "0.3.32" +version = "0.3.33" authors = ["Jacob Pratt ", "Time contributors"] edition = "2021" rust-version = "1.67.0"