From f3f57e361d60f598ac3aa899dac299aa76c4125c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 10 Feb 2024 10:34:33 +0000 Subject: [PATCH] CHANGELOG: finish up for a release The trash block generator docs aren't ready yet, they will come soon. This is not a release blocker, given that the control flow obfuscator is experimental and opt-in for now. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f615d..32742b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v0.12.0] - 2024-02-?? +## [v0.12.0] - 2024-02-10 This release continues support for Go 1.21 and includes fixes for Go 1.22, now that the final 1.22.0 release is out. @@ -9,7 +9,6 @@ now that the final 1.22.0 release is out. fixing more `cannot use T1 as T2` errors when obfuscating types. See [#690]. @pagran added a trash block generator to the control flow obfuscator. -TODO: link to the docs once they are in master? See [#825]. A number of bugfixes are also included: @@ -278,6 +277,7 @@ 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.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 [#816]: https://github.com/burrowers/garble/pull/816