Sourced from env_logger's changelog.
0.10.1 - 2023-11-10
0.10.0 - 2022-11-24
MSRV changed to 1.60 to hide optional dependencies
Fixes
- Resolved soundness issue by switching from
atty
tois-terminal
Breaking Changes
To open room for changing dependencies:
- Renamed
termcolor
feature tocolor
- Renamed
atty
feature toauto-color
0.9.3 - 2022-11-07
- Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.
0.9.2 - 2022-11-07
- Fix and un-deprecate Target::Pipe, which was basically not working at all before and deprecated in 0.9.1.
0.9.0 -- 2022-07-14
Breaking Changes
- Default message format now prints the target instead of the module
Improvements
- Added a method to print the module instead of the target
36623f5
chore: Release env_logger version 0.10.18a033d8
chore: Fix packaging9df7e6c
Merge pull request #241
from ChrisDenton/simple-insert46ccdd9
perf: Replace HashMap
with a Vec
bdc96a4
Merge pull request #249
from atouchet/v10983837c
Update links and remove broken badgedcd220d
Update listed version number36b1508
Merge pull request #260
from y-yagi/2018-edition6f64347
Merge pull request #282
from epage/syntaxb297357
chore: Update docs and examples to 2018 edition