Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#1092)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Dec 19, 2023
1 parent eef33c9 commit df7c713
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-doc-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-screenshare-media-dialog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/ipc-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/webview-bounds.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/windows-drag-drop.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[0.35.1]

- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) Fix the API documentation cannot be built on docs.rs.
- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) Fix screen share permissions dialog not showing up on macOS 14.0+
- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) Fix IPC crash on wkwebview if receiving invalid types.
- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) Add `WebView::bounds` getter.
- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) On Windows, fix file drop handler.

## \[0.35.0]

- [`e61e7f8`](https://github.com/tauri-apps/wry/commit/e61e7f8474c18752f5c60d3f1f5ba33b27e41d52)([#1090](https://github.com/tauri-apps/wry/pull/1090)) **Breaking change** Consistently use `WebView` in API names. The following APIs were renamed:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "wry"
version = "0.35.0"
version = "0.35.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand All @@ -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]
no-default-features = true
Expand Down

0 comments on commit df7c713

Please sign in to comment.