From 708fecfa87a113322c84d2c3bea11dc0c9133b3e Mon Sep 17 00:00:00 2001 From: FabianLars Date: Tue, 3 Feb 2026 13:24:47 +0000 Subject: [PATCH] apply version updates --- .changes/update-png-to-0-18.md | 7 ------- .changes/update-rust-to-1-73.md | 5 ----- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 14 deletions(-) delete mode 100644 .changes/update-png-to-0-18.md delete mode 100644 .changes/update-rust-to-1-73.md diff --git a/.changes/update-png-to-0-18.md b/.changes/update-png-to-0-18.md deleted file mode 100644 index c262408..0000000 --- a/.changes/update-png-to-0-18.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tray-icon": patch ---- - -Update png dependency version to 0.18. - -This avoids duplicated dependencies in downstream crates. diff --git a/.changes/update-rust-to-1-73.md b/.changes/update-rust-to-1-73.md deleted file mode 100644 index 171011e..0000000 --- a/.changes/update-rust-to-1-73.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tray-icon": minor ---- - -Update rust version to 1.73. diff --git a/CHANGELOG.md b/CHANGELOG.md index c59ecd6..7583e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.22.0] + +- [`0a5835b`](https://www.github.com/tauri-apps/tray-icon/commit/0a5835b0e6828e37a1f781de9c2d671ae7a939e6) ([#295](https://www.github.com/tauri-apps/tray-icon/pull/295) by [@thief-sty](https://www.github.com/tauri-apps/tray-icon/../../thief-sty)) Update png dependency version to 0.18. + + This avoids duplicated dependencies in downstream crates. +- [`0a5835b`](https://www.github.com/tauri-apps/tray-icon/commit/0a5835b0e6828e37a1f781de9c2d671ae7a939e6) ([#295](https://www.github.com/tauri-apps/tray-icon/pull/295) by [@thief-sty](https://www.github.com/tauri-apps/tray-icon/../../thief-sty)) Update rust version to 1.73. + ## \[0.21.3] - [`d3c2468`](https://www.github.com/tauri-apps/tray-icon/commit/d3c24683fd63d197fa064bfbf205ad2fb464e338) ([#293](https://www.github.com/tauri-apps/tray-icon/pull/293) by [@Slinetrac](https://www.github.com/tauri-apps/tray-icon/../../Slinetrac)) Handle Windows tray icon creation when the taskbar is not ready by keeping the message window alive and re-registering on TaskbarCreated. diff --git a/Cargo.lock b/Cargo.lock index eb5b46f..c1edebb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3531,7 +3531,7 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.21.3" +version = "0.22.0" dependencies = [ "crossbeam-channel", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 30b223c..f2dc8ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tray-icon" -version = "0.21.3" +version = "0.22.0" edition = "2021" description = "Create tray icons for desktop applications" homepage = "https://github.com/tauri-apps/tray-icon"