📝 Update CHANGELOG for v0.3.0 release

This commit is contained in:
Dan Jones 2026-03-09 13:57:17 -05:00
commit d2eb952bf3

View file

@ -1,5 +1,12 @@
# Changelog # 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 ## [0.2.0] - 2026-03-07
- Add ID field to Entry struct with auto-generation on marshal/unmarshal - Add ID field to Entry struct with auto-generation on marshal/unmarshal