From 31a79f0605528357b6fa47b8c8fdfab10e66cdba Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.gitea.io> Date: Sat, 7 Mar 2020 01:24:51 +0000 Subject: [PATCH] Changelog v0.2.0 (#102) Changelog v0.2.0 Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/102 Reviewed-by: Andrew Thornton Reviewed-by: Lunny Xiao --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1525ca4..22b6870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v0.2.0](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=538) - 2020-03-06 +* FEATURES + * Add `tea times` command (#54) +* ENHANCEMENTS + * Upgrade urfave/cli to v2 version (#85) + * Add --remote flag to add/create subcommands (#77) +* BUILD + * Upgrade gitea/go-sdk to 2020-01-03 (#81) + * Update stretchr/testify v1.3.0 -> v1.4.0 (#83) + * Improve makefile to enable goproxy when go get tools (#98) + ## [v0.1.2](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=59) - 2019-11-15 * BUILD * Fix typo in drone (#75)