From d2eb952bf34f0f9ba7208c730ef63c9e1fe798e3 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Mon, 9 Mar 2026 13:57:17 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG=20for=20v0.3.?= =?UTF-8?q?0=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ef17d..3e48feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0] - 2026-03-09 + +- Refactor configuration to use viper with context propagation instead of global variables +- Allow formatters to use sub-config with their own config structs +- Move preferred formatter to its own config field in formatters section +- Update AGENTS.md with config system changes and testing guidelines + ## [0.2.0] - 2026-03-07 - Add ID field to Entry struct with auto-generation on marshal/unmarshal