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