Skip to content

Commit

Permalink
apply version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Aug 15, 2024
1 parent 8d5b980 commit 645d695
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changes/add_mainthread_error.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/rewrite_objc2.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[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) by [@madsmtm](https://www.github.com/tauri-apps/tray-icon/../../madsmtm)) 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.
- [`d407869`](https://www.github.com/tauri-apps/tray-icon/commit/d4078696edba67b0ab42cef67e6a421a0332c96f) ([#172](https://www.github.com/tauri-apps/tray-icon/pull/172) by [@madsmtm](https://www.github.com/tauri-apps/tray-icon/../../madsmtm)) Rewrite the internals of the crate to use `objc2` instead of `objc`.

This should have no user-facing changes, other than improved memory safety, and less leaking.

## \[0.14.3]

- [`e257d6b`](https://www.github.com/tauri-apps/tray-icon/commit/e257d6bf510b34707d48964a2914ee5c91b13570) ([#169](https://www.github.com/tauri-apps/tray-icon/pull/169)) On Windows, fix `Enter` event emitted only once and never emitted again.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tray-icon"
version = "0.14.3"
version = "0.15.0"
edition = "2021"
description = "Create tray icons for desktop applications"
homepage = "https://github.com/tauri-apps/tray-icon"
Expand Down

0 comments on commit 645d695

Please sign in to comment.