diff --git a/CHANGELOG.md b/CHANGELOG.md index 522548795..836f5d122 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.13 [2022-08-09] + +### Fixed + +- wasm builds other than those using `wasm-bindgen` work again. + ## 0.3.12 [2022-08-01] ### Added diff --git a/Cargo.toml b/Cargo.toml index 931e66bb0..489f25a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "time" -version = "0.3.12" +version = "0.3.13" authors = ["Jacob Pratt ", "Time contributors"] edition = "2021" rust-version = "1.57.0"