From 1707cafbbc81572ca81de7e2713a90600ce3ddd3 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 6 Dec 2024 22:23:45 +1100 Subject: [PATCH] v3.0.0-alpha.8 --- mkdocs-website/docs/en/changelog.md | 2 ++ v3/internal/version/version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs-website/docs/en/changelog.md b/mkdocs-website/docs/en/changelog.md index aab683c67..7a19fdd97 100644 --- a/mkdocs-website/docs/en/changelog.md +++ b/mkdocs-website/docs/en/changelog.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v3.0.0-alpha.8 - 2024-12-06 + ### Added - Support of linux packaging of deb,rpm, and arch linux packager builds by @atterpac in [#3909](https://github.com/wailsapp/wails/3909) - Added Support for darwin universal builds and packages by [ansxuman](https://github.com/ansxuman) in [#3902](https://github.com/wailsapp/wails/pull/3902) diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 4913bc1eb..adf474660 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.7 \ No newline at end of file +v3.0.0-alpha.8 \ No newline at end of file