Skip to content

Commit

Permalink
CHANGELOG: prepare for v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Feb 12, 2023
1 parent 5effe20 commit 89facf1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.9.3] - 2023-02-12

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]

## [v0.9.2] - 2023-02-07

This bugfix release continues support for Go 1.19 and 1.20, and features:
Expand Down Expand Up @@ -192,6 +200,11 @@ Known bugs:
* obfuscating the standard library with `GOPRIVATE=*` is not well supported yet
* `garble test` is temporarily disabled, as it is currently broken

[v0.9.3]: https://github.com/burrowers/garble/releases/tag/v0.9.3
[#672]: https://github.com/burrowers/garble/issues/672
[#675]: https://github.com/burrowers/garble/pull/675
[#676]: https://github.com/burrowers/garble/issues/676

[v0.9.2]: https://github.com/burrowers/garble/releases/tag/v0.9.2
[#656]: https://github.com/burrowers/garble/issues/656
[#658]: https://github.com/burrowers/garble/issues/658
Expand Down

0 comments on commit 89facf1

Please sign in to comment.