See the changelog for more details.
New
- Add debug and release formatters
- Documentation on configuring the tool
- Code Coverage CI
- CVE Audit CI
- EditorConfig CI
- Code Owners
- NO_COLOR, CLICOLOR, CLICOLOR_FORCE controls
- Example of inline configuration with file rotation
- Time Based Trigger
Changed
- Update minimum supported rust to 1.69 for CVE-2020-26235
- Update
arc-swap
to1.6
- Update
log
to0.4.20
- Update
humantime
to2.1
- Update
serde_yaml
to0.9
- Update
toml
to0.8
- Update
derivative
to2.2
- Update
tempfile
to3.8
- Update
chrono
to0.2.23
- Moved
level
field beforemessage
in json format - Legacy test moved to examples
Fixed
- README typo regarding building for dev on windows
- Apply editorconfig
- Swap rustfmt configuration to
imports_granularity="Crate"
over deprecatedmerge_imports = true