From e38c5bc1b664382f3222fe88574cd0d8f045b9f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 02:12:33 +0200 Subject: [PATCH] apply version updates (#1422) Co-authored-by: amrbashir --- .changes/extension_fix.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/extension_fix.md diff --git a/.changes/extension_fix.md b/.changes/extension_fix.md deleted file mode 100644 index 84a75f9f4..000000000 --- a/.changes/extension_fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Fix extension loading on Windows. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 729cc20fb..bd343dfbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.47.2] + +- [`7bb4f49`](https://github.com/tauri-apps/wry/commit/7bb4f4929eddbde8f36472a55ec3713d6d51c0e3) ([#1421](https://github.com/tauri-apps/wry/pull/1421) by [@SpikeHD](https://github.com/tauri-apps/wry/../../SpikeHD)) Fix extension loading on Windows. + ## \[0.47.1] - [`59c1eef`](https://github.com/tauri-apps/wry/commit/59c1eef0805ecbb1f70a7c78578ff4e03b09a204) ([#1418](https://github.com/tauri-apps/wry/pull/1418) by [@amrbashir](https://github.com/tauri-apps/wry/../../amrbashir)) Fix initialization scripts running twice on Windows. diff --git a/Cargo.toml b/Cargo.toml index 48d4c3fec..dd5a6c27c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.47.1" +version = "0.47.2" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"