From c015770c2c20cf6ba26a11ac5c0c4c3e87f3aa6a Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 15 Feb 2026 18:35:52 +0000 Subject: [PATCH] add v0.4.0 to CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3740d9f..242a5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +# [0.4.0] - 2026-02-15 + +### Added + +- macos build to releases + +### Changed + +- exitOnError() removed in favour of a [deferred exit function](https://github.com/onyx-and-iris/q3rcon/blob/cd15e8983726177d6edd985a8bf3d7f4e0d7f346/cmd/q3rcon/main.go#L21), this ensures the closer() cleanup function is always called. +- the included CLI now uses a [timeouts map](https://github.com/onyx-and-iris/q3rcon/blob/cd15e8983726177d6edd985a8bf3d7f4e0d7f346/cmd/q3rcon/main.go#L109). + - even though this is only an example implementation it should still be basically usable. + # [0.3.0] - 2025-04-05 ### Changed