Publish New Versions (#28)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-28 02:51:14 +03:00
committed by GitHub
parent 5cf720a71c
commit 8e4e359b76
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri-winrt-notification": patch
---
Add `Toast::on_dismissed` handler.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.3.1]
- [`5cf720a`](https://github.com/tauri-apps/winrt-notification/commit/5cf720a71ce03f72ba726292096008f3b9aa81a9)([#27](https://github.com/tauri-apps/winrt-notification/pull/27)) Add `Toast::on_dismissed` handler.
## \[0.3.0]
- [`c0b9b2f`](https://github.com/tauri-apps/winrt-notification/commit/c0b9b2fc149c0b0cb5846c263f2db709218426ff)([#25](https://github.com/tauri-apps/winrt-notification/pull/25)) Add support for adding buttons using `Toast::add_button`. This also comes with a change to `Toast::on_activated` wich will now take an `Option<String>` argument, containing which button was pressed if any.

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-winrt-notification"
version = "0.3.0"
version = "0.3.1"
authors = [
"allenbenz",
"Tauri Programme within The Commons Conservancy"