diff --git a/.changes/dox-fix.md b/.changes/dox-fix.md deleted file mode 100644 index c8f444457..000000000 --- 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 b0e034e74..000000000 --- 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 ae9ffb5f2..7e362798d 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 8a973acb3..d5f5bbbcb 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"