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"