Changelog for v0.3.0 #122

Merged
zeripath merged 2 commits from 6543/tea:changelog_030 into master 2020-04-22 19:11:07 +00:00
2 changed files with 12 additions and 2 deletions

View File

@ -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)

View File

@ -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 = ""