From 3f19dbe66632e91591adf5a29a7d0e6655d0108c Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Sat, 17 Apr 2021 00:46:22 +0700 Subject: [PATCH] chore(changelog): generate v0.4.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c94d1c..5469b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # CHANGELOG +## v0.4.0 (2021-04-17) + +### Added + +- feat: using my own color pkg (2021-04-17) + +- feat: using ioe.ReadInput to replace readStdin (2021-04-17) + +### Others + +- chore(readme): update usage (2021-04-17) + +- refactor: split generate command and help default (2021-04-17) + +- refactor: move usage, aliases to outside var (2021-04-17) + +- chore: update gitignore (2021-04-17) + +- chore: update go on github action (2021-04-17) + +- chore(changelog): generate v0.3.0 (2021-03-17) + ## v0.3.0 (2021-3-17) ### Added