rust-cli / env_logger

A logging implementation for `log` which is configured via an environment variable.
https://docs.rs/env_logger
Apache License 2.0
803 stars 125 forks source link

Bump version to 0.8.4 #206

Closed BramBonne closed 3 years ago

BramBonne commented 3 years ago

Suggestion to bump the version, as merging #200 will cause slight behavior changes to users.

jplatte commented 3 years ago

Thanks, published.

jplatte commented 3 years ago

Actually this was technically a breaking change release, since we introduced Target::Pipe (and Target didn't previously have the #[non_exhaustive] attribute) and removed a bunch of Targets derived trait implementations. I'm not sure it's worth to yank and release as 0.9.0 unless somebody reports issues with the release though.