From 5e03204463cefb62bbd8d62aa86b46e00210a685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 10:18:53 -0300 Subject: [PATCH] Publish New Versions (#582) Co-authored-by: amrbashir --- .changes/macos_build.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/macos_build.md diff --git a/.changes/macos_build.md b/.changes/macos_build.md deleted file mode 100644 index f842ba9bf..000000000 --- a/.changes/macos_build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fixed build on macos. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c63ba32..1e1374e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.16.2] + +- Fixed build on macos. + - [17ab12d](https://github.com/tauri-apps/wry/commit/17ab12ded27949474f687640faebb5cc376327c5) fix: fix build on macos, closes [#580](https://github.com/tauri-apps/wry/pull/580) ([#581](https://github.com/tauri-apps/wry/pull/581)) on 2022-05-10 + ## \[0.16.1] - Fixes a crash on macOS below Big Sur due to `titlebarSeparatorStyle` (11+ API) usage. diff --git a/Cargo.toml b/Cargo.toml index 846d76c12..7ef90184d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.16.1" +version = "0.16.2" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"