Version 0.3.0
--------------
* MSRV: Rust 1.88 is required now, switched to Rust 2024 edition
* Update dependencies
* Add `serde` feature to allow serialization of logging configuration
Version 0.2.1
--------------
* Reduce MSRV requirement from Rust 1.78 to Rust 1.74
Version 0.2.0
--------------
* Significantly better error messages when the user tries to use `--log` with an invalid configuration.
* Replace the `chumsky` parser with a simple hand-rolled parser.
* Performance optimization: Precalculate and store logger formatter options instead of calculating them for every log message
Version 0.1.0
--------------
* initial release