From afcdb15503264bdbceef6a0a6a7f0d85e4cfcddb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 31 Jul 2025 02:48:09 +0000 Subject: [PATCH] v3.0.0-alpha.17 --- docs/src/content/docs/changelog.mdx | 5 +++++ v3/UNRELEASED_CHANGELOG.md | 1 - v3/internal/version/version.txt | 2 +- v3/release-notes.txt | 2 ++ v3/release_notes.md | 2 ++ 5 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 v3/release-notes.txt create mode 100644 v3/release_notes.md diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index ec9b379c1..f25ad4e81 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -25,6 +25,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v3.0.0-alpha.17 - 2025-07-31 + +## Fixed +- Fixed notification parsing on Windows @popaprozac in [PR](https://github.com/wailsapp/wails/pull/4450) + ## v3.0.0-alpha.16 - 2025-07-25 ## Added diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 258952cdd..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -23,7 +23,6 @@ After processing, the content will be moved to the main changelog and this file ## Fixed -- Fixed notification parsing on Windows @popaprozac in [PR](https://github.com/wailsapp/wails/pull/4450) ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index c1ccc364a..a63a7c224 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.16 \ No newline at end of file +v3.0.0-alpha.17 \ No newline at end of file diff --git a/v3/release-notes.txt b/v3/release-notes.txt new file mode 100644 index 000000000..156e62081 --- /dev/null +++ b/v3/release-notes.txt @@ -0,0 +1,2 @@ +## Fixed +- Fixed notification parsing on Windows @popaprozac in [PR](https://github.com/wailsapp/wails/pull/4450) \ No newline at end of file diff --git a/v3/release_notes.md b/v3/release_notes.md new file mode 100644 index 000000000..156e62081 --- /dev/null +++ b/v3/release_notes.md @@ -0,0 +1,2 @@ +## Fixed +- Fixed notification parsing on Windows @popaprozac in [PR](https://github.com/wailsapp/wails/pull/4450) \ No newline at end of file