diff --git a/.changes/ios-custom-url-schemes.md b/.changes/ios-custom-url-schemes.md deleted file mode 100644 index 810da0f6f6..0000000000 --- a/.changes/ios-custom-url-schemes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -On iOS, implement `application:openURL:options:` to handle custom URL schemes. diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a3b833ec..eed3a14255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.30.1] + +- [`ad652e50`](https://github.com/tauri-apps/tao/commit/ad652e50bfca1195481cd347ccaa486818f9334d) ([#969](https://github.com/tauri-apps/tao/pull/969) by [@CampioneDev](https://github.com/tauri-apps/tao/../../CampioneDev)) On iOS, implement `application:openURL:options:` to handle custom URL schemes. + ## \[0.30.0] - [`222d5786`](https://github.com/tauri-apps/tao/commit/222d57862b24511eda733812524df1736cd1f64d) ([#971](https://github.com/tauri-apps/tao/pull/971) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix `Window::monitor_from_point` and `EventLoopTargetWindow::monitor_from_point` returning invalid monitor handle. diff --git a/Cargo.toml b/Cargo.toml index 5dddbf6376..c2913aaa02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.30.0" +version = "0.30.1" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",