From 55b8f8e58bdd59c5c41fb922589d5622304c7645 Mon Sep 17 00:00:00 2001 From: wusyong Date: Thu, 26 Oct 2023 07:26:20 +0000 Subject: [PATCH] publish new versions --- .changes/dox-fix.md | 5 ----- .changes/fix-docs-build.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/dox-fix.md delete mode 100644 .changes/fix-docs-build.md diff --git a/.changes/dox-fix.md b/.changes/dox-fix.md deleted file mode 100644 index c8f4444576..0000000000 --- a/.changes/dox-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix doc building by removing dox feature requirement from `webkit2gtk`. \ No newline at end of file diff --git a/.changes/fix-docs-build.md b/.changes/fix-docs-build.md deleted file mode 100644 index b0e034e743..0000000000 --- a/.changes/fix-docs-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix docs.rs build. diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9ffb5f26..7e362798dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.34.2] + +- [`c2e6980`](https://github.com/tauri-apps/wry/commit/c2e6980b6cacf02b3f8c0b0285d391d010f4536b)([#1047](https://github.com/tauri-apps/wry/pull/1047)) Fix doc building by removing dox feature requirement from `webkit2gtk`. +- [`82908d4`](https://github.com/tauri-apps/wry/commit/82908d4e001d1be6fd5d692fcb2e08908c4b5e16)([#1045](https://github.com/tauri-apps/wry/pull/1045)) Fix docs.rs build. + ## \[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. diff --git a/Cargo.toml b/Cargo.toml index 8a973acb33..d5f5bbbcb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.34.1" +version = "0.34.2" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"