Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 25, 2024
1 parent 57f1bb7 commit 73bb418
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.11.5] - 2024-07-25

## [0.11.4] - 2024-07-23

## [0.11.3] - 2024-03-05
Expand Down Expand Up @@ -117,7 +119,8 @@ To open room for changing dependencies:
- Added a method to print the module instead of the target

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.4...HEAD
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.5...HEAD
[0.11.5]: https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5
[0.11.4]: https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4
[0.11.3]: https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ zero_sized_map_values = "warn"

[package]
name = "env_logger"
version = "0.11.4"
version = "0.11.5"
description = """
A logging implementation for `log` which is configured via an environment
variable.
Expand Down
5 changes: 4 additions & 1 deletion crates/env_filter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.1.2] - 2024-07-25

## [0.1.1] - 2024-07-23

### Features
Expand All @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.0] - 2024-01-19

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...HEAD
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...HEAD
[0.1.2]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...env_filter-v0.1.2
[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.1"
version = "0.1.2"
description = """
Filter log events using environment variables
"""
Expand Down

0 comments on commit 73bb418

Please sign in to comment.