mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-22 10:31:37 +01:00
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 <info@mrsdizzie.com> Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
1a4d8edf37
commit
2653eaa6b2
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# 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
|
## [v0.2.0](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=538) - 2020-03-06
|
||||||
* FEATURES
|
* FEATURES
|
||||||
* Add `tea times` command (#54)
|
* Add `tea times` command (#54)
|
||||||
|
4
main.go
4
main.go
@ -16,8 +16,8 @@ import (
|
|||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version holds the current Gitea version
|
// Version holds the current tea version
|
||||||
var Version = "0.1.0-dev"
|
var Version = "development"
|
||||||
|
|
||||||
// Tags holds the build tags used
|
// Tags holds the build tags used
|
||||||
var Tags = ""
|
var Tags = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user