Skip to content

Commit dc1a01a

Browse files
committed
chore: Release
1 parent 65f81b3 commit dc1a01a

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

Diff for: 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.6] - 2024-12-20
11+
1012
### Features
1113

1214
- Opt-in file and line rendering
@@ -123,7 +125,8 @@ To open room for changing dependencies:
123125
- Added a method to print the module instead of the target
124126

125127
<!-- next-url -->
126-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.5...HEAD
128+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/v0.11.6...HEAD
129+
[0.11.6]: https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6
127130
[0.11.5]: https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5
128131
[0.11.4]: https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4
129132
[0.11.3]: https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ zero_sized_map_values = "warn"
9090

9191
[package]
9292
name = "env_logger"
93-
version = "0.11.5"
93+
version = "0.11.6"
9494
description = """
9595
A logging implementation for `log` which is configured via an environment
9696
variable.

Diff for: 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.3] - 2024-12-20
11+
1012
## [0.1.2] - 2024-07-25
1113

1214
## [0.1.1] - 2024-07-23
@@ -18,7 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1820
## [0.1.0] - 2024-01-19
1921

2022
<!-- next-url -->
21-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...HEAD
23+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.3...HEAD
24+
[0.1.3]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...env_filter-v0.1.3
2225
[0.1.2]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...env_filter-v0.1.2
2326
[0.1.1]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.0...env_filter-v0.1.1
2427
[0.1.0]: https://github.com/rust-cli/env_logger/compare/b4a2c304c16d1db4a2998f24c00e00c0f776113b...env_filter-v0.1.0

Diff for: 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.2"
3+
version = "0.1.3"
44
description = """
55
Filter log events using environment variables
66
"""

0 commit comments

Comments
 (0)