From 44a528e31d9fa6ab73d926759aa9abd79b708797 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 17 Feb 2026 16:30:14 +0000 Subject: [PATCH] add v0.5.0 to CHANGELOG --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9596111..e48e9e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,23 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] -# [0.4.1] - 2026-02-17 +# [0.5.0] - 2026-02-17 + +### Added + +- CLI configuration can be managed through env vars, see [Environment Variables](https://github.com/onyx-and-iris/q3rcon?tab=readme-ov-file#environment-variables) under Configuration in README. + +### Changed + +- The CLI now supports `--long` and `-short` style flags. Several examples in README. +- `--help` output has been improved. + + +# [0.4.1] - 2026-02-15 ### Added - macos build to releases -- CLI configuration can be managed through env vars, see [Environment Variables](https://github.com/onyx-and-iris/q3rcon?tab=readme-ov-file#environment-variables) under Configuration in README. ### Changed