From e99d02144d2c03d24643454bf3f9e2b984ebc8fd Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 10 Dec 2024 12:44:32 +0000 Subject: [PATCH] apply version updates --- .changes/extension_path_rename.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/extension_path_rename.md diff --git a/.changes/extension_path_rename.md b/.changes/extension_path_rename.md deleted file mode 100644 index 8ef639e98..000000000 --- a/.changes/extension_path_rename.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "minor" ---- - -Rename `{WebViewBuilderExtWindows, WebViewBuilderExtUnix}::with_extension_path` to `with_extensions_path`. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bd343dfbf..8f3738119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.48.0] + +- [`eb0c816`](https://github.com/tauri-apps/wry/commit/eb0c8163f1e2a11115ef1928b5e4bf0a8f083f3b) ([#1423](https://github.com/tauri-apps/wry/pull/1423) by [@SpikeHD](https://github.com/tauri-apps/wry/../../SpikeHD)) Rename `{WebViewBuilderExtWindows, WebViewBuilderExtUnix}::with_extension_path` to `with_extensions_path`. + ## \[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. diff --git a/Cargo.toml b/Cargo.toml index dd5a6c27c..c11ba408a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.47.2" +version = "0.48.0" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"