Skip to content

v0.9.3

Compare
Choose a tag to compare
@mvdan mvdan released this 12 Feb 18:00
· 124 commits to master since this release
v0.9.3

This bugfix release continues support for Go 1.19 and 1.20, and features:

  • Support inline comments in assembly to fix GOARCH=ppc64 - #672
  • Avoid obfuscating reflect.Value to fix davecgh/go-spew - #676
  • Fix runtime panics when using garble build inside a VCS directory - #675

Thanks to @pagran and @lu4p for their contributions!