From 2653eaa6b2af0ff1badcaea993aaaaace962ec0b Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.gitea.io> Date: Wed, 22 Apr 2020 19:11:03 +0000 Subject: [PATCH] Changelog for v0.3.0 (#122) remove version info in same way it is done on gitea Add Changelog for v0.3.0 Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/122 Reviewed-by: mrsdizzie Reviewed-by: Andrew Thornton --- CHANGELOG.md | 10 ++++++++++ main.go | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b6870..4207cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v0.3.0](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=1227) - 2020-04-22 + +* FEATURES + * Add `tea pulls [checkout | clean]` commands (#93 #97 #107) (#105) + * Add `tea open` (#101) + * Add `tea issues [open|close]` commands (#99) +* ENHANCEMENTS + * Ignore PRs for `tea issues` (#111) + * Add --state flag filter to issue & PR lists (#100) + ## [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) diff --git a/main.go b/main.go index 8292ace..d73ba41 100644 --- a/main.go +++ b/main.go @@ -16,8 +16,8 @@ import ( "github.com/urfave/cli/v2" ) -// Version holds the current Gitea version -var Version = "0.1.0-dev" +// Version holds the current tea version +var Version = "development" // Tags holds the build tags used var Tags = ""