Skip to content

Commit

Permalink
CHANGELOG: add entry for v0.10.1
Browse files Browse the repository at this point in the history
No longer linking to issues manually, since GitHub does it for us
in the releases markdown rendering.
  • Loading branch information
mvdan committed Jun 25, 2023
1 parent 2a10dc7 commit 8f72489
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.10.1] - 2023-06-25

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

* Avoid obfuscating local types used for reflection, like in `go-spew` - #765

## [v0.10.0] - 2023-06-05

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

[v0.10.1]: https://github.com/burrowers/garble/releases/tag/v0.10.1

[v0.10.0]: https://github.com/burrowers/garble/releases/tag/v0.10.0
[#641]: https://github.com/burrowers/garble/pull/641
[#661]: https://github.com/burrowers/garble/issues/661
Expand Down

0 comments on commit 8f72489

Please sign in to comment.