From 53248bff4da606f018852f0050d74a7e8c970379 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 23 Jul 2022 23:28:17 +0700 Subject: [PATCH] chore(changelog): generate v0.10.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e292784..e15734f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # CHANGELOG +## v0.10.0 (2022-07-23) + +### Added + +- feat: add yellow for skip (2022-07-23) + +### Others + +- chore: add try-4-real in Makefile (2022-07-23) + +- refactor: replace cmd.Run with cmd.Start and cmd.Wait (2022-07-23) + +- refactor: move reader close fn inside main scope (2022-07-23) + +- chore: update github action (2022-07-23) + +- chore: add Makefile (2022-07-23) + +- chore: add dependabot (2022-07-23) + +- build: bump go.mod (2022-05-23) + +- chore(changelog): generate v0.9.1 (2022-04-13) + ## v0.9.1 (2022-04-13) ### Others