Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 23, 2024
1 parent 4dd976b commit ba2748f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion crates/env_filter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.1.1] - 2024-07-23

### Features

- Added `env_filter::Builder::try_parse(&self, &str)` method (failable version of `env_filter::Builder::parse()`)

## [0.1.0] - 2024-01-19

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.0...HEAD
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...HEAD
[0.1.1]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.0...env_filter-v0.1.1
[0.1.0]: https://github.com/rust-cli/env_logger/compare/b4a2c304c16d1db4a2998f24c00e00c0f776113b...env_filter-v0.1.0
2 changes: 1 addition & 1 deletion crates/env_filter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "env_filter"
version = "0.1.0"
version = "0.1.1"
description = """
Filter log events using environment variables
"""
Expand Down

0 comments on commit ba2748f

Please sign in to comment.