Releases: rust-cli/env_logger
Releases · rust-cli/env_logger
v0.11.0
v0.10.2
What's Changed
- refactor: Move impls next to types by @epage in #283
- chore(deps): update github/codeql-action action to v3 by @renovate in #292
- chore(deps): update actions/setup-python action to v5 by @renovate in #291
- fix(fmt): Address a couple of bugs by @epage in #296
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- chore(deps): update actions/setup-python action to v4 by @renovate in #253
- chore(deps): update swatinem/rust-cache action to v2 by @renovate in #254
- chore(ci): Remove unused CI bin by @epage in #262
- chore Update from '_rust/main' template by @epage in #261
- chore: Update from '_rust/main' template by @epage in #265
- correction of a misprint in the documentation by @xprgv in #267
- chore: Update from '_rust/main' template by @epage in #270
- Use cargo add instead of a toml snippet in README by @rnestler in #255
- chore(deps): update actions/checkout action to v4 by @renovate in #279
- docs(ref): Improve scannability of RUST_LOG docs by @epage in #282
- chore: Update docs and examples to 2018 edition by @y-yagi in #260
- Update listed version number, URLs, and remove non-functional badge by @atouchet in #249
- perf: Replace
HashMapwith aVecby @ChrisDenton in #241
New Contributors
- @xprgv made their first contribution in #267
- @rnestler made their first contribution in #255
- @y-yagi made their first contribution in #260
- @ChrisDenton made their first contribution in #241
Full Changelog: v0.10.0...v0.10.1
v0.10.0
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-toolchainwhose presence caused issues for a few people)