From 5f15a294af1cbfbb27a09566985ab64235c6ce3e Mon Sep 17 00:00:00 2001 From: lucasfernog Date: Thu, 23 Nov 2023 17:27:55 +0000 Subject: [PATCH] publish new versions --- .changes/tracing.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/tracing.md diff --git a/.changes/tracing.md b/.changes/tracing.md deleted file mode 100644 index 27ccb5b2b..000000000 --- a/.changes/tracing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Added tracing spans for `evaluate_script`, `ipc_handler` and `custom_protocols` behind the `tracing` feature flag. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4fab1ac..2da229488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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. + ## \[0.24.5] - [`c78c69b`](https://github.com/tauri-apps/wry/commit/c78c69b3cb7d208aab9475a1dc42cfa2fafc7936)([#1085](https://github.com/tauri-apps/wry/pull/1085)) Fix wkwebview crashed when received invalid UTF8 string from IPC. diff --git a/Cargo.toml b/Cargo.toml index 47359d88b..4fde1f32f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.24.5" +version = "0.24.6" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"