From accbf0d164ea72651508c8b38c3e2fbad8ff4b4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:11:30 -0300 Subject: [PATCH] Publish New Versions (#1044) Co-authored-by: lucasfernog --- .changes/fix-linux-body-feature.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-linux-body-feature.md diff --git a/.changes/fix-linux-body-feature.md b/.changes/fix-linux-body-feature.md deleted file mode 100644 index 087bec86a..000000000 --- a/.changes/fix-linux-body-feature.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix compilation with the `linux-body` feature. diff --git a/CHANGELOG.md b/CHANGELOG.md index 699a01f11..ae9ffb5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.34.1] + +- [`3de68e7`](https://github.com/tauri-apps/wry/commit/3de68e781d52f3c817473c1ee8cc73b392d60c98)([#1043](https://github.com/tauri-apps/wry/pull/1043)) Fix compilation with the `linux-body` feature. + ## \[0.34.0] - [`ce95730`](https://github.com/tauri-apps/wry/commit/ce957301566dfe33f576810982a3eb38813d22ea)([#1036](https://github.com/tauri-apps/wry/pull/1036)) Upgrade gtk to 0.18 and bump MSRV to 1.70.0. diff --git a/Cargo.toml b/Cargo.toml index 0b4f0d53a..b2f02f4d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.34.0" +version = "0.34.1" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"