From 06a7a21e17a79c6d6717434207fa40b65ea1fe47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 11 Mar 2021 12:37:42 +0000 Subject: [PATCH] changelog: forgot to add github link (#271) Otherwise the [0.1.0] link doesn't render at all. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be487c..7301846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,3 +20,5 @@ Known bugs: * obfuscating the standard library with `GOPRIVATE=*` is not well supported yet * `garble test` is temporarily disabled, as it is currently broken + +[0.1.0]: https://github.com/burrowers/garble/releases/tag/v0.1.0