mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
chore(v3): bump to v3.0.0-alpha.53 and update changelog [skip ci]
This commit is contained in:
parent
2604ecc0f8
commit
9ebdf229bb
3 changed files with 10 additions and 4 deletions
|
|
@ -30,6 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
*/
|
||||
## [Unreleased]
|
||||
|
||||
## v3.0.0-alpha.53 - 2025-12-27
|
||||
|
||||
## Added
|
||||
- Add unit tests for pkg/application by @leaanthony
|
||||
- Add custom protocol support to MSIX packaging by @leaanthony
|
||||
|
||||
## Fixed
|
||||
- Consolidate custom protocol documentation and add Universal Links sections by @leaanthony
|
||||
|
||||
## v3.0.0-alpha.52 - 2025-12-26
|
||||
|
||||
## Fixed
|
||||
|
|
|
|||
|
|
@ -17,15 +17,12 @@ After processing, the content will be moved to the main changelog and this file
|
|||
|
||||
## Added
|
||||
<!-- New features, capabilities, or enhancements -->
|
||||
- Add unit tests for pkg/application by @leaanthony
|
||||
- Add custom protocol support to MSIX packaging by @leaanthony
|
||||
|
||||
## Changed
|
||||
<!-- Changes in existing functionality -->
|
||||
|
||||
## Fixed
|
||||
<!-- Bug fixes -->
|
||||
- Consolidate custom protocol documentation and add Universal Links sections by @leaanthony
|
||||
|
||||
## Deprecated
|
||||
<!-- Soon-to-be removed features -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.52
|
||||
v3.0.0-alpha.53
|
||||
Loading…
Add table
Add a link
Reference in a new issue