From eee89249aab6f700111b1f4512f156a7aadfa0b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:29:49 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#1201) Co-authored-by: amrbashir --- .changes/32bit-compilation.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/32bit-compilation.md 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"