apply version updates (#1606)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-25 09:54:46 -03:00
committed by GitHub
parent 1743e7f9c1
commit cb36e77dad
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"wry": patch
---
Fix new_window_req_handler craashing when creating new window for webview that has a custom data_store_identifier.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.53.2]
- [`1743e7f`](https://github.com/tauri-apps/wry/commit/1743e7f9c1113db1639d544f1f12b8835f91e20b) ([#1608](https://github.com/tauri-apps/wry/pull/1608) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Fix new_window_req_handler craashing when creating new window for webview that has a custom data_store_identifier.
## \[0.53.1]
- [`ccdf912`](https://github.com/tauri-apps/wry/commit/ccdf912621f5e12698bdb2cb75af81dd794ab751) ([#1603](https://github.com/tauri-apps/wry/pull/1603) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Fix the build when not enabling the `x11` feature.

2
Cargo.lock generated
View File

@@ -4128,7 +4128,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "wry"
version = "0.53.1"
version = "0.53.2"
dependencies = [
"base64",
"block2 0.6.0",

View File

@@ -2,7 +2,7 @@ workspace = {}
[package]
name = "wry"
version = "0.53.1"
version = "0.53.2"
authors = ["Tauri Programme within The Commons Conservancy"]
edition = "2021"
license = "Apache-2.0 OR MIT"