From a6c098a58d27b659409cb7d139909168ee250471 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 01:10:04 +0200 Subject: [PATCH] Publish New Versions (#619) Co-authored-by: amrbashir --- .changes/fix-compile-regression.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-compile-regression.md diff --git a/.changes/fix-compile-regression.md b/.changes/fix-compile-regression.md deleted file mode 100644 index 2aec6f5c4..000000000 --- a/.changes/fix-compile-regression.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix compliation regression introduced in 0.15.1 when `tray` feature is active \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8e04571..f1eb116e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.15.2] + +- On Windows, fix compliation regression introduced in 0.15.1 when `tray` feature is active + - [081664dc](https://github.com/tauri-apps/tao/commit/081664dc6b12c7765b667072dfbfbc089e50c5a3) fix(Windows): fix build regression when tray feature is used ([#618](https://github.com/tauri-apps/tao/pull/618)) on 2022-11-09 + ## \[0.15.1] - On Windows, fix window always visible initially. diff --git a/Cargo.toml b/Cargo.toml index 57655524e..3838b5f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.15.1" +version = "0.15.2" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",