Skip to content

Commit 61967d3

Browse files
apply version updates
1 parent 35022fa commit 61967d3

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.changes/cookies-api.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.52.2]
4+
5+
- [`60dba38`](https://github.com/tauri-apps/wry/commit/60dba38ddcc01c428feccea2957adf69128373ef) ([#1569](https://github.com/tauri-apps/wry/pull/1569) by [@WSH032](https://github.com/tauri-apps/wry/../../WSH032)) Add `WebView::set_cookie` and `WebView::delete_cookie` APIs.
6+
37
## \[0.52.1]
48

59
- [`63eaab8`](https://github.com/tauri-apps/wry/commit/63eaab80bad7c5f888893c79690c5b626d015eb3) ([#1573](https://github.com/tauri-apps/wry/pull/1573) by [@Legend-Master](https://github.com/tauri-apps/wry/../../Legend-Master)) Fix `wry::DragDropEvent::Drop::paths` returns random data on Windows

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workspace = {}
22

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

0 commit comments

Comments
 (0)