Skip to content

v0.94.3

Choose a tag to compare

@github-actions github-actions released this 29 Apr 11:22
· 724 commits to main since this release
Bump to v0.94.3: bundle.awk sidesteps MSYS path translation

v0.94.2 release-build's Windows job failed because the inline awk
regex literals trip the same Git Bash path-translation quirk that
sed did. Moving the script into src/bundle.awk and invoking it via
`awk -f` keeps the regex tokens off the command line entirely, where
MSYS leaves them alone. Local rebuild produces byte-identical
headers; full test suite passes.