From 2e9cd84bde012a4cc5f7e6ad3ada479e7c289ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 11 Feb 2025 23:07:36 +0000 Subject: [PATCH] CHANGELOG: prepare for a bugfix release A minor version bump seems unnecessary when we are just adding support for a new Go version, and that support was very easy to do. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a6be0..c7f412a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.14.1] - 2025-02-12 + +This release adds support for Go 1.24 and continues support for Go 1.23. + ## [v0.14.0] - 2025-01-26 This release drops support for Go 1.22 and continues support for Go 1.23. @@ -314,7 +318,9 @@ 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.14.1]: https://github.com/burrowers/garble/releases/tag/v0.14.1 +[v0.14.0]: https://github.com/burrowers/garble/releases/tag/v0.14.0 +[v0.13.0]: https://github.com/burrowers/garble/releases/tag/v0.13.0 [v0.12.0]: https://github.com/burrowers/garble/releases/tag/v0.12.0 [#690]: https://github.com/burrowers/garble/issues/690