Skip to content

Commit 708fecf

Browse files
authored
apply version updates
1 parent 0a5835b commit 708fecf

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

.changes/update-png-to-0-18.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/update-rust-to-1-73.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[0.22.0]
4+
5+
- [`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.
6+
7+
This avoids duplicated dependencies in downstream crates.
8+
- [`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.
9+
310
## \[0.21.3]
411

512
- [`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.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tray-icon"
3-
version = "0.21.3"
3+
version = "0.22.0"
44
edition = "2021"
55
description = "Create tray icons for desktop applications"
66
homepage = "https://github.com/tauri-apps/tray-icon"

0 commit comments

Comments
 (0)