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"