From 7680fa21b040a8fa5d3818406929c71cd436d6be Mon Sep 17 00:00:00 2001 From: Wu Wayne Date: Tue, 10 Oct 2023 15:20:05 +0900 Subject: [PATCH] Publish new version --- .changes/docs-rs-macos.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/docs-rs-macos.md diff --git a/.changes/docs-rs-macos.md b/.changes/docs-rs-macos.md deleted file mode 100644 index 609ab0015..000000000 --- a/.changes/docs-rs-macos.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix documentation for macOS target not being generated on docs.rs. diff --git a/CHANGELOG.md b/CHANGELOG.md index e450a0626..a037ae04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.33.1] + +- [`0582cdf`](https://github.com/tauri-apps/wry/commit/0582cdf4a195db5df9c4e21d24039c64b7474683)([#1033](https://github.com/tauri-apps/wry/pull/1033)) Fix documentation for macOS target not being generated on docs.rs. + ## \[0.33.0] - [`5adf9da`](https://github.com/tauri-apps/wry/commit/5adf9da2151800ec2431a1547cc0d970fc95b764)([#994](https://github.com/tauri-apps/wry/pull/994)) **Breaking change** Wry now defaults to `http://.localhost/` for custom protocols on Android. diff --git a/Cargo.toml b/Cargo.toml index d73ce538e..7f11cbe89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.33.0" +version = "0.33.1" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"