From 9fd527a757ad576e8a08fb9ab337d07d7623e15b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 05:42:22 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#182) Co-authored-by: amrbashir --- .changes/core-foundation-crates-macos.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/core-foundation-crates-macos.md diff --git a/.changes/core-foundation-crates-macos.md b/.changes/core-foundation-crates-macos.md deleted file mode 100644 index c5994cf..0000000 --- a/.changes/core-foundation-crates-macos.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tray-icon": patch ---- - -Update `core-foundation` crate to `0.10` and `core-graphics` to `0.24` \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2f82f..ef41491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.15.1] + +- [`5a381ff`](https://www.github.com/tauri-apps/tray-icon/commit/5a381ffd3d0f8ab8b1a88a95e557c5837c17a1b7) Update `core-foundation` crate to `0.10` and `core-graphics` to `0.24` + ## \[0.15.0] - [`d407869`](https://www.github.com/tauri-apps/tray-icon/commit/d4078696edba67b0ab42cef67e6a421a0332c96f) ([#172](https://www.github.com/tauri-apps/tray-icon/pull/172)) Added a new variant `NotMainThread` to the `Error` enum, which is emitted on macOS when trying to create tray icons from a thread that is not the main thread. diff --git a/Cargo.toml b/Cargo.toml index 513828b..fd6c88a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tray-icon" -version = "0.15.0" +version = "0.15.1" edition = "2021" description = "Create tray icons for desktop applications" homepage = "https://github.com/tauri-apps/tray-icon"