Skip to content

Commit

Permalink
CHANGELOG: prepare for v0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Jan 26, 2023
1 parent 0ec363d commit f34be3f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.9.1] - 2023-01-26

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

* Support obfuscating code which uses "dot imports" - [#610]
* Fix linking errors for MIPS architectures - [#646]
* Compiler intrinsics for packages like `math/bits` work again - [#655]

## [v0.9.0] - 2023-01-17

This release continues support for Go 1.19 and the upcoming Go 1.20.
Expand Down Expand Up @@ -176,6 +185,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.1]: https://github.com/burrowers/garble/releases/tag/v0.9.1
[#610]: https://github.com/burrowers/garble/issues/610
[#646]: https://github.com/burrowers/garble/issues/646
[#655]: https://github.com/burrowers/garble/pull/655

[v0.9.0]: https://github.com/burrowers/garble/releases/tag/v0.9.0
[#619]: https://github.com/burrowers/garble/issues/619
[#621]: https://github.com/burrowers/garble/issues/621
Expand Down

0 comments on commit f34be3f

Please sign in to comment.