Add missing Changelog for 0.1.x releases (#91)

add Changelog

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/91
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
6543
2020-01-31 02:24:57 +00:00
committed by Lunny Xiao
parent c20d7d45aa
commit 8d61d8beec
2 changed files with 85 additions and 0 deletions

29
CHANGELOG.md Normal file
View File

@ -0,0 +1,29 @@
# Changelog
## [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)
## [v0.1.1](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=59) - 2019-11-15
* FEATURES
* Add repos subcommand (#65)
* ENHANCEMENTS
* Minor improvements to command-line language (#66)
## [v0.1.0](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=59) - 2019-10-28
* BREAKING
* Changed git config determination to go-git (#41) [continue #45] (#62)
* FEATURES
* Add labels commands (#36)
* BUGFIXES
* Fix out -o flag (#53)
* Fix log formatting, refactor flag definition in cmd/labels.go (#52)
* ENHANCEMENTS
* List label description (#60)
* Use Different Remote Repos (#58)
* Unified output (#14) (#40)
* Added global appendable Flags (#12) (#39)
* BUILD
* Change .drone.yml to new format (#33)
* DOCS
* Add install guide from brew on README (#61)