Skip to content

Commit 80c83db

Browse files
Publish New Versions (0.24.x) (#1223)
Co-authored-by: amrbashir <[email protected]>
1 parent e780957 commit 80c83db

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/ipc-fix.md

-5
This file was deleted.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.24.8]
4+
5+
- [`e780957`](https://github.com/tauri-apps/wry/commit/e78095770053bf29d3a7c261b8ec8224fb53f7f8)([#1222](https://github.com/tauri-apps/wry/pull/1222)) Fix IPC crash on wkwebview if receiving invalid types.
6+
37
## \[0.24.7]
48

59
- [`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.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workspace = { }
22

33
[package]
44
name = "wry"
5-
version = "0.24.7"
5+
version = "0.24.8"
66
authors = [ "Tauri Programme within The Commons Conservancy" ]
77
edition = "2021"
88
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)