From 8f7248939c2b2baf5b41ab7d8266d7618bdefea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 25 Jun 2023 13:22:34 +0100 Subject: [PATCH] CHANGELOG: add entry for v0.10.1 No longer linking to issues manually, since GitHub does it for us in the releases markdown rendering. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4679961..01b6c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, @@ -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