Skip to content

Commit e0ad2aa

Browse files
apply version updates (#242)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
1 parent 2a827e8 commit e0ad2aa

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

.changes/expose_window_handle.md

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

.changes/with_menu_on_left_click-docs.md

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

CHANGELOG.md

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

3+
## \[0.20.1]
4+
5+
- [`47fc3f3`](https://www.github.com/tauri-apps/tray-icon/commit/47fc3f3ef8ad9a60476d6cf7b5eaa87c621c380a) ([#248](https://www.github.com/tauri-apps/tray-icon/pull/248) by [@aschey](https://www.github.com/tauri-apps/tray-icon/../../aschey)) Add `window_handle` method to retrieve the underlying `hwnd` on Windows
6+
- [`1f28d6f`](https://www.github.com/tauri-apps/tray-icon/commit/1f28d6fc6bc52dfcea0358bae17d9119ec99c4b6) ([#241](https://www.github.com/tauri-apps/tray-icon/pull/241) by [@Legend-Master](https://www.github.com/tauri-apps/tray-icon/../../Legend-Master)) Correct `with_menu_on_left_click`'s docs to include window support
7+
38
## \[0.20.0]
49

510
- [`e94976b`](https://www.github.com/tauri-apps/tray-icon/commit/e94976bb48bbe97ac5ab215c6da7c7ca746a5c8a) ([#237](https://www.github.com/tauri-apps/tray-icon/pull/237) by [@renovate](https://www.github.com/tauri-apps/tray-icon/../../renovate)) Updated `muda` to 0.16.0

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.20.0"
3+
version = "0.20.1"
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)