Skip to content

Releases: rust-cli/env_logger

v0.11.0

28 Jan 01:37

Choose a tag to compare

What's Changed

  • refactor(fmt): More anstream prep by @epage in #297
  • fix(fmt): Improve terminal styling support by @epage in #298
  • refactor: Split out env_filter package by @epage in #299
  • feat(filter): Add a Logger decorator by @epage in #300

Full Changelog: v0.10.2...v0.11.0

v0.10.2

28 Jan 01:37

Choose a tag to compare

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

28 Jan 01:37

Choose a tag to compare

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 HashMap with a Vec by @ChrisDenton in #241

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

28 Jan 01:36

Choose a tag to compare

What's Changed

  • refactor(gh): Follow standard template by @epage in #244
  • fix!: Replace atty with is_terminal by @epage in #248

Full Changelog: v0.9.3...v0.10.0

v0.9.3

07 Nov 13:23
v0.9.3
3da1104

Choose a tag to compare

Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.

v0.9.2

07 Nov 10:23
v0.9.2
555cbc2

Choose a tag to compare

Fix and un-deprecate Target::Pipe, which was basically not working at all before and deprecated in 0.9.1.

v0.9.0

14 Jul 12:59

Choose a tag to compare

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

0.8.4

11 Jun 09:15
v0.8.4

Choose a tag to compare

Improvements:

  • Allow writing logs to a custom output target (via Target::Pipe)

Bug fixes:

  • Actually allow overriding filter levels using env_logger::Builders methods, as documented

0.8.3

11 Feb 18:49
v0.8.3
67adcba

Choose a tag to compare

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

18 Nov 16:18
v0.8.2
0f53c8d

Choose a tag to compare

Fixed a panic on io errors when writing to stdout / stderr (#184).