diff --git a/.changes/32bit-compilation.md b/.changes/32bit-compilation.md deleted file mode 100644 index c18e035c9..000000000 --- a/.changes/32bit-compilation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wry: patch ---- - -Fixes compilation for 32bit Linux targets. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee1392c8..a693da7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.38.2] + +- [`3e84a0e`](https://github.com/tauri-apps/wry/commit/3e84a0e276dfac0b28fb01f42460f9367fff9f22)([#1200](https://github.com/tauri-apps/wry/pull/1200)) Fixes compilation for 32bit Linux targets. + ## \[0.38.1] - [`7c9e71f`](https://github.com/tauri-apps/wry/commit/7c9e71f4692e94fd401ad3508ff3912d43880e2c)([#1192](https://github.com/tauri-apps/wry/pull/1192)) Fixes compilation failing on Windows with the `tracing` feature enabled. diff --git a/Cargo.toml b/Cargo.toml index 51721287a..a45fcb131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.38.1" +version = "0.38.2" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"