Skip to content

Commit 115577e

Browse files
github-actions[bot]amrbashir
andauthoredJun 12, 2024
Publish New Versions (#32)
Co-authored-by: amrbashir <[email protected]>
1 parent acf4c51 commit 115577e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed
 

‎.changes/windows-rs.0.57.md

-5
This file was deleted.

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.5.0]
4+
5+
- [`34b1516`](https://github.com/tauri-apps/winrt-notification/commit/34b1516d8ba07e8ab3ceed3181784902979c0886) Update `windows` crate to `0.57` and updated MSRV to `1.70`
6+
37
## \[0.4.0]
48

59
- [`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.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-winrt-notification"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [
55
"allenbenz",
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)