From b0e2f6f013b1a86536762196c82e84b315eaf6d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:44:57 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#1393) Co-authored-by: amrbashir --- .changes/fix-malformed-headers.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-malformed-headers.md diff --git a/.changes/fix-malformed-headers.md b/.changes/fix-malformed-headers.md deleted file mode 100644 index 91cfb1eb2..000000000 --- a/.changes/fix-malformed-headers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Fix malformed headers in custom protocol response on macOS. diff --git a/CHANGELOG.md b/CHANGELOG.md index ab493b9ea..6111a749e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.46.2] + +- [`1189e2a`](https://github.com/tauri-apps/wry/commit/1189e2a2d5ee18ad83281eea92b05a93f9184ebf) ([#1392](https://github.com/tauri-apps/wry/pull/1392) by [@chrox](https://github.com/tauri-apps/wry/../../chrox)) Fix malformed headers in custom protocol response on macOS. + ## \[0.46.1] ### bug diff --git a/Cargo.toml b/Cargo.toml index 8bd11d769..756aaece8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.46.1" +version = "0.46.2" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"