From 6801d9e4e1e1004328d39e65a0655bff8ae5aa7a Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 4 Apr 2025 05:38:46 +0100 Subject: [PATCH] upd CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef348f..34bd7fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,19 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +# [0.4.0] - 2024-04-04 + +### Changed + +- `log-level` flag is now of type string. It accepts any one of trace, debug, info, warn, error, fatal or panic. + - It defaults to warn. + +# [0.3.1] + +### Fixed + +- The CLI now uses `os.UserConfigDir()` to load the default *config.toml*, which should respect `$XDG_CONFIG_HOME`. See [UserConfigDir](https://pkg.go.dev/os#UserConfigDir) + # [0.2.1] - 2024-11-07 ### Fixed