From a979df1070a4d09795f5b2f41eece819291bc2ca Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.gitea.io> Date: Sat, 18 Jul 2020 10:57:18 +0000 Subject: [PATCH] Changelog v0.4.0 (#157) Changelog for v0.4.0 Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/157 Reviewed-by: Lunny Xiao Reviewed-by: appleboy --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae24479..0d68c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v0.4.0](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=1264) - 2020-07-18 + +* FEATURES + * Add notifications subcomand (#148) + * Add subcomand 'pulls create' (#144) +* BUGFIXES + * Fix Login Detection By Repo Param (#151) + * Fix Login List Output (#150) + * Fix --ssh-key Option (#135) +* ENHANCEMENTS + * Subcomand Login Show List By Default (#152) +* BUILD + * Migrate src-d/go-git to go-git/go-git (#128) + * Migrate gitea-sdk to v0.12.0 (#133) + * Migrate yaml lib (#130) + * Add gitea-vet (#121) + ## [v0.3.1](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=1265) - 2020-06-15 * BUGFIXES