diff --git a/.changes/event_handler.md b/.changes/event_handler.md deleted file mode 100644 index d4f4626..0000000 --- a/.changes/event_handler.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tray-icon": "patch" ---- - -Add `TrayEvent::set_event_handler` to set a handler for new tray events. \ No newline at end of file diff --git a/.changes/muda-0.3.md b/.changes/muda-0.3.md deleted file mode 100644 index 030f6b2..0000000 --- a/.changes/muda-0.3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tray-icon": patch ---- - -Update `muda` to `0.3`. diff --git a/.changes/rm-tray-event-receiver.md b/.changes/rm-tray-event-receiver.md deleted file mode 100644 index c96d034..0000000 --- a/.changes/rm-tray-event-receiver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tray-icon": "minor" ---- - -**Breaking change** Remove `tray_event_receiver` function, use `TrayEvent::receiver` instead. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a07a8..9bfee11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[0.3.0] + +- Add `TrayEvent::set_event_handler` to set a handler for new tray events. + - [9247abb](https://www.github.com/tauri-apps/tray-icon/commit/9247abb69ce297096b2c388d67b250509fe44efa) refactor: allow changing the menu event sender ([#8](https://www.github.com/tauri-apps/tray-icon/pull/8)) on 2023-01-03 +- Update `muda` to `0.3`. + - [9247abb](https://www.github.com/tauri-apps/tray-icon/commit/9247abb69ce297096b2c388d67b250509fe44efa) refactor: allow changing the menu event sender ([#8](https://www.github.com/tauri-apps/tray-icon/pull/8)) on 2023-01-03 + - [b64b57e](https://www.github.com/tauri-apps/tray-icon/commit/b64b57ec565dada4bc06201f5b4529725bb0009f) chore: update changefile on 2023-01-03 +- **Breaking change** Remove `tray_event_receiver` function, use `TrayEvent::receiver` instead. + - [9247abb](https://www.github.com/tauri-apps/tray-icon/commit/9247abb69ce297096b2c388d67b250509fe44efa) refactor: allow changing the menu event sender ([#8](https://www.github.com/tauri-apps/tray-icon/pull/8)) on 2023-01-03 + ## \[0.2.0] - Update `muda` dependency to `0.2`. diff --git a/Cargo.toml b/Cargo.toml index 4c40b96..b7d2a7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tray-icon" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Create tray icons for desktop applications" homepage = "https://github.com/tauri-apps/tray-icon"