All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.10.0 - 2022-11-24
MSRV changed to 1.60 to hide optional dependencies
- Resolved soundness issue by switching from
atty
tois-terminal
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
- Default message format now prints the target instead of the module
- Added a method to print the module instead of the target