Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.3"
".": "0.12.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
GOWDK is experimental 0.x software. Public syntax, generated output, runtime
packages, and tooling contracts may change before 1.0.

## [0.12.4](https://github.com/cssbruno/GoWDK/compare/v0.12.3...v0.12.4) (2026-07-28)


### Bug Fixes

* resolve runtime compiler and tooling regressions ([eadad23](https://github.com/cssbruno/GoWDK/commit/eadad23e2a28e39f6324effb5558930b125c944c))
* resolve runtime compiler and tooling regressions ([d8eafca](https://github.com/cssbruno/GoWDK/commit/d8eafcaf38461f0764bba53e6b22243ea365ebed))
Comment thread
cssbruno marked this conversation as resolved.

## [0.12.3](https://github.com/cssbruno/GoWDK/compare/v0.12.2...v0.12.3) (2026-07-07)


Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gowdk-vscode",
"displayName": "GOWDK",
"description": "Language tools for portable .gwdk files.",
"version": "0.12.3",
"version": "0.12.4",
"publisher": "gowdk",
"license": "MIT",
"icon": "icons/gowdk.png",
Expand Down
2 changes: 1 addition & 1 deletion internal/gowdkcmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/cssbruno/gowdk"
)

const version = "0.12.3" // x-release-please-version
const version = "0.12.4" // x-release-please-version
Comment thread
cssbruno marked this conversation as resolved.

// Main runs the gowdk command-line program and exits with the documented code.
func Main() {
Expand Down