🔀 Merge tag 'v0.3.1' into develop

🔖 Allow environment variable to control config path
This commit is contained in:
Dan Jones 2026-03-09 16:51:50 -05:00
commit 68ccf2d9fa

View file

@ -1,5 +1,11 @@
# Changelog
## [0.3.1] - 2026-03-09
- Add AddFormatter function to allow custom builds to register new formatters
- Add option to print config from config command
- Allow MYLOG_CONFIG_PATH to override the config path
## [0.3.0] - 2026-03-09
- Refactor configuration to use viper with context propagation instead of global variables