File tree 5 files changed +12
-6
lines changed
5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.11.6] - 2024-12-20
11
+
10
12
### Features
11
13
12
14
- Opt-in file and line rendering
@@ -123,7 +125,8 @@ To open room for changing dependencies:
123
125
- Added a method to print the module instead of the target
124
126
125
127
<!-- 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
127
130
[ 0.11.5 ] : https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5
128
131
[ 0.11.4 ] : https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4
129
132
[ 0.11.3 ] : https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ zero_sized_map_values = "warn"
90
90
91
91
[package ]
92
92
name = " env_logger"
93
- version = " 0.11.5 "
93
+ version = " 0.11.6 "
94
94
description = """
95
95
A logging implementation for `log` which is configured via an environment
96
96
variable.
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.1.3] - 2024-12-20
11
+
10
12
## [ 0.1.2] - 2024-07-25
11
13
12
14
## [ 0.1.1] - 2024-07-23
@@ -18,7 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
20
## [ 0.1.0] - 2024-01-19
19
21
20
22
<!-- 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
22
25
[ 0.1.2 ] : https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...env_filter-v0.1.2
23
26
[ 0.1.1 ] : https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.0...env_filter-v0.1.1
24
27
[ 0.1.0 ] : https://github.com/rust-cli/env_logger/compare/b4a2c304c16d1db4a2998f24c00e00c0f776113b...env_filter-v0.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " env_filter"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
description = """
5
5
Filter log events using environment variables
6
6
"""
You can’t perform that action at this time.
0 commit comments