From 85df7f5f8bac86d0a39d90a93a53ca60cf13ac14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 5 Sep 2024 21:20:05 +0100 Subject: [PATCH] add changelog entry for v0.13.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c4d89a..04f0184a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v0.13.0] - 2024-09-05 + +This release drops support for Go 1.21 and adds support for Go 1.23. + +A number of fixes are also included: +* Fix obfuscation errors when arch-dependent struct padding is used +* Fix a failure when using garble inside a `go.work` workspace +* Fail early and clearly if the Go version is too new +* Rewrite the main `go generate` script from Bash to Go and improve it + ## [v0.12.1] - 2024-02-18 This bugfix release fixes a regression in v0.12.0 that broke `x/sys/unix`.