From 975f608c3d967a7fd8000576ba3afbccc5158896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 18 Feb 2024 11:34:04 +0000 Subject: [PATCH] CHANGELOG: add entry for v0.12.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32742b1..09c4d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.12.1] - 2024-02-18 + +This bugfix release fixes a regression in v0.12.0 that broke `x/sys/unix`. +See #830. + ## [v0.12.0] - 2024-02-10 This release continues support for Go 1.21 and includes fixes for Go 1.22, @@ -277,6 +282,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.12.1]: https://github.com/burrowers/garble/releases/tag/v0.12.1 + [v0.12.0]: https://github.com/burrowers/garble/releases/tag/v0.12.0 [#690]: https://github.com/burrowers/garble/issues/690 [#812]: https://github.com/burrowers/garble/issues/812