Releases: rust-cli/env_logger
Releases · rust-cli/env_logger
v0.9.3
v0.9.2
v0.9.0
0.8.4
0.8.3
New features:
- Suffix customization for the default formatter (
Builder::format_suffix
) [#192]
Improvements:
- Improve documentation about log level names [#189]
Bug fixes:
- Ignore whitespace-only filter specifications [#188]
- Remove unneded files from crates.io tarball (including
rust-toolchain
whose presence caused issues for a few people)
0.8.2
0.8.1
0.8.0
Breaking changes:
- Update public dependency humantime to 2.0
Improvements:
- Update default colors for debug (white => blue) and trace (black => cyan)
Deprecations:
env_logger::from_env
has been deprecated in favor ofenv_logger::Builder::from_env
This release raises the minimum supported Rust version to 1.41.0.
0.7.1
0.7.0
Key Changes
- Indent multiline messages by default
- Support more timestamp precision
- Update to the 2018 edition
Changes to minimum Rust
The minimum version of Rust required has been set at 1.31.0
. We may change this in patch versions, but will always flag it in the release notes here.
You can always check the .travis.yml
file to see the current minimum supported version.