Merged
Conversation
Promote the Zig 0.16.0 migration's `Unreleased` CHANGELOG section to `v0.5.0 (2026-04-27)` and bump `build.zig.zon` `version` from the stale "0.3.0" placeholder to "0.5.0" (matching the existing tag sequence — v0.4.0 was the last release). Migration highlights (full list in CHANGELOG): - Zig 0.15.2 → 0.16.0 - zwasm v1.9.1 → v1.11.0 - New `runtime/io_default.zig` for the std.Io reshape - Binary 4.12 MB / startup 4.1 ms / RSS 8.2 MB - 1324/1324 unit tests + 83 cljw test namespaces + 6 wasm e2e all green - Four features (HTTP server/client, nREPL, raw line editor, `cljw build`) temporarily stubbed; tracked as F140-F144.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
UnreleasedCHANGELOG section tov0.5.0 (2026-04-27)build.zig.zonversionfrom the stale "0.3.0" placeholder to "0.5.0" (matches the existing tag sequence — v0.4.0 was the last release)Test plan
zig build -Doptimize=ReleaseSafesucceedscljw --versionreportsClojureWasm v0.5.0cljw -e '(println "v0.5.0")'→v0.5.0