Publish New Versions (#32)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-12 20:47:04 +03:00
committed by GitHub
parent acf4c51711
commit 115577eeb3
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri-winrt-notification": "minor"
---
Update `windows` crate to `0.57` and updated MSRV to `1.70`

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.5.0]
- [`34b1516`](https://github.com/tauri-apps/winrt-notification/commit/34b1516d8ba07e8ab3ceed3181784902979c0886) Update `windows` crate to `0.57` and updated MSRV to `1.70`
## \[0.4.0]
- [`ac6dd7e`](https://github.com/tauri-apps/winrt-notification/commit/ac6dd7e8fe6193722f963e7b08aab0a150134fe8)([#29](https://github.com/tauri-apps/winrt-notification/pull/29)) Added `Error` enum and a `Result` alias type. Also changed `Toast::on_activated`, `Toast::on_dismissed` and `Toas::show` to use the new `Result` alias type.

View File

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