From 993c5fbbe89dae1ce0f0778ea4b148fe7614d5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 31 May 2021 11:48:44 +0100 Subject: [PATCH] finalize changelog for v0.3.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2181e53..3ddcdb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.3.0] - 2021-05-31 This release of Garble fixes a number of bugs and improves existing features, while maintaining support for Go 1.16.x. Notably: @@ -54,5 +54,6 @@ Known bugs: * obfuscating the standard library with `GOPRIVATE=*` is not well supported yet * `garble test` is temporarily disabled, as it is currently broken +[0.3.0]: https://github.com/burrowers/garble/releases/tag/v0.3.0 [0.2.0]: https://github.com/burrowers/garble/releases/tag/v0.2.0 [0.1.0]: https://github.com/burrowers/garble/releases/tag/v0.1.0