From 61e7716a46478c030f447a993016687c192c5a27 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 22 Sep 2022 00:43:47 +0700 Subject: [PATCH] chore(changelog): generate v0.4.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b8922..3527623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # CHANGELOG +## v0.4.0 (2022-09-22) + +### Added + +- feat: ignore main, indirect module using Module struct (2022-09-22) + +### Others + +- chore(deps): bump github.com/urfave/cli/v2 from 2.16.2 to 2.16.3 (2022-09-13) + +- chore(deps): bump github.com/urfave/cli/v2 from 2.14.1 to 2.16.2 (2022-09-12) + +- chore(deps): bump github.com/urfave/cli/v2 from 2.14.0 to 2.14.1 (2022-09-06) + +- chore(deps): bump github.com/urfave/cli/v2 from 2.11.2 to 2.14.0 (2022-09-02) + +- chore(changelog): generate v0.3.1 (2022-08-29) + ## v0.3.1 (2022-08-29) ### Added