🔀 Merge tag 'v0.3.0' into develop

🔖 0.3.0 release: refactor config with viper
This commit is contained in:
Dan Jones 2026-03-09 13:58:19 -05:00
commit 0fbd64247a

View file

@ -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