From 300d7c4c98f5314827807e10c9eb95cf35aaf685 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Mon, 18 Dec 2023 22:05:47 +0000 Subject: [PATCH] publish new versions --- .changes/kuchiki.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/kuchiki.md diff --git a/.changes/kuchiki.md b/.changes/kuchiki.md deleted file mode 100644 index 25fd28aa5..000000000 --- a/.changes/kuchiki.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Update the unmaintained `kuchiki` crate to the maintained `kuchikiki` crate. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da229488..f85864758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.24.7] + +- [`dba375f`](https://github.com/tauri-apps/wry/commit/dba375f2b1ba1cfc73582f58a9ff1ccc82d50f8c)([#1106](https://github.com/tauri-apps/wry/pull/1106)) Update the unmaintained `kuchiki` crate to the maintained `kuchikiki` crate. + ## \[0.24.6] - [`7dd542f`](https://github.com/tauri-apps/wry/commit/7dd542fcd62219e7df620c808bb731d1112ece26)([#1093](https://github.com/tauri-apps/wry/pull/1093)) Added tracing spans for `evaluate_script`, `ipc_handler` and `custom_protocols` behind the `tracing` feature flag. diff --git a/Cargo.toml b/Cargo.toml index 74a62cca2..3f0948bcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.24.6" +version = "0.24.7" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT" @@ -11,7 +11,7 @@ readme = "README.md" repository = "https://github.com/tauri-apps/wry" documentation = "https://docs.rs/wry" categories = [ "gui" ] -exclude = ["/.changes", "/.github", "/audits", "/wry-logo.svg"] +exclude = [ "/.changes", "/.github", "/audits", "/wry-logo.svg" ] [package.metadata.docs.rs] default-features = false