What's changed
Improved the configuration system for ordering fields.
Columns should now follow the order of the last matched rule in the config dict.
The default / match-all (eg, .*) rule must be created explicitly in the dict and is set to True to distinguish it from {} and to not take precedence over other more specific rules.
Pull requests
* Bump version to 0.3.0 by percevalw in https://github.com/percevalw/rich-logger/pull/4
**Full Changelog**: https://github.com/percevalw/rich-logger/compare/v0.2.1...v0.3.0