Skip to content

Commit 1133fdc

Browse files
chore(v3): bump to v3.0.0-alpha.96 and update changelog [skip ci]
1 parent a319596 commit 1133fdc

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/src/content/docs/changelog.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
*/
3232
## [Unreleased]
3333

34+
## v3.0.0-alpha.96 - 2026-05-25
35+
36+
## Added
37+
- Add Garble obfuscation support ([#4563](https://github.com/wailsapp/wails/issues/4563)): stable binding method IDs, build/Taskfile plumbing (`build --obfuscated --garbleargs`, `generate bindings -obfuscated`), and JSON struct tags on every runtime-facing payload (`EnvironmentInfo`, `OSInfo`, `Screen`, `Rect`, `Point`, `Size`, `Capabilities`) so the wire format survives Garble's exported-field renaming.
38+
3439
## v3.0.0-alpha.95 - 2026-05-20
3540

3641
## Added

v3/UNRELEASED_CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ After processing, the content will be moved to the main changelog and this file
1717

1818
## Added
1919
<!-- New features, capabilities, or enhancements -->
20-
- Add Garble obfuscation support ([#4563](https://github.com/wailsapp/wails/issues/4563)): stable binding method IDs, build/Taskfile plumbing (`build --obfuscated --garbleargs`, `generate bindings -obfuscated`), and JSON struct tags on every runtime-facing payload (`EnvironmentInfo`, `OSInfo`, `Screen`, `Rect`, `Point`, `Size`, `Capabilities`) so the wire format survives Garble's exported-field renaming.
2120

2221
## Changed
2322
<!-- Changes in existing functionality -->

v3/internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.0-alpha.95
1+
v3.0.0-alpha.96

0 commit comments

Comments
 (0)