Skip to content

Commit 73bb418

Browse files
committed
chore: Release
1 parent 57f1bb7 commit 73bb418

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.11.5] - 2024-07-25
11+
1012
## [0.11.4] - 2024-07-23
1113

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

119121
<!-- next-url -->
120-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.4...HEAD
122+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.5...HEAD
123+
[0.11.5]: https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5
121124
[0.11.4]: https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4
122125
[0.11.3]: https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3
123126
[0.11.2]: https://github.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ zero_sized_map_values = "warn"
8989

9090
[package]
9191
name = "env_logger"
92-
version = "0.11.4"
92+
version = "0.11.5"
9393
description = """
9494
A logging implementation for `log` which is configured via an environment
9595
variable.

crates/env_filter/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.1.2] - 2024-07-25
11+
1012
## [0.1.1] - 2024-07-23
1113

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

1820
<!-- next-url -->
19-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...HEAD
21+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...HEAD
22+
[0.1.2]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...env_filter-v0.1.2
2023
[0.1.1]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.0...env_filter-v0.1.1
2124
[0.1.0]: https://github.com/rust-cli/env_logger/compare/b4a2c304c16d1db4a2998f24c00e00c0f776113b...env_filter-v0.1.0

crates/env_filter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "env_filter"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = """
55
Filter log events using environment variables
66
"""

0 commit comments

Comments
 (0)