From b86afdc63a51bee3136a1558a2b05f8050aefede Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 02:13:58 +0300 Subject: [PATCH] Publish New Versions (#106) Co-authored-by: amrbashir --- .changes/std-error.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/std-error.md diff --git a/.changes/std-error.md b/.changes/std-error.md deleted file mode 100644 index 40dea0f..0000000 --- a/.changes/std-error.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-vibrancy": "patch" ---- - -`window_vibrancy::Error` implements [`std::error::Error`](https://doc.rust-lang.org/std/error/trait.Error.html). diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aa603e..70d0949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.4.2] + +- [`df08bfa`](https://github.com/tauri-apps/window-vibrancy/commit/df08bfad8a5346a0ff00f372834011a162180cb2)([#105](https://github.com/tauri-apps/window-vibrancy/pull/105)) `window_vibrancy::Error` implements [`std::error::Error`](https://doc.rust-lang.org/std/error/trait.Error.html). + ## \[0.4.1] - [`d7520d5`](https://github.com/tauri-apps/window-vibrancy/commit/d7520d5083e4d49cf63ba69566dceade8a8b3712)([#101](https://github.com/tauri-apps/window-vibrancy/pull/101)) On Windows, add `apply_tabbed` and `clear_tabbed` diff --git a/Cargo.toml b/Cargo.toml index 0ecdfeb..8fef79d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "window-vibrancy" description = "Make your windows vibrant." authors = [ "Tauri Programme within The Commons Conservancy" ] -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.56" license = "Apache-2.0 OR MIT"