Skip to content

Commit 57e13ac

Browse files
committed
chore: Release
1 parent 4f9066d commit 57e13ac

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ unstable-kv = ["kv"]
135135

136136
[dependencies]
137137
log = { version = "0.4.21", features = ["std"] }
138-
env_filter = { version = "0.1.0", path = "crates/env_filter", default-features = false }
138+
env_filter = { version = "1.0.0", path = "crates/env_filter", default-features = false }
139139
jiff = { version = "0.2.3", default-features = false, features = ["std"], optional = true }
140140
anstream = { version = "0.6.11", default-features = false, features = ["wincon"], optional = true }
141141
anstyle = { version = "1.0.6", optional = true }

crates/env_filter/CHANGELOG.md

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

10+
## [1.0.0] - 2026-02-11
11+
1012
## [0.1.4] - 2025-10-13
1113

1214
- Add `impl Clone for Filter`
@@ -24,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2426
## [0.1.0] - 2024-01-19
2527

2628
<!-- next-url -->
27-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.4...HEAD
29+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v1.0.0...HEAD
30+
[1.0.0]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.4...env_filter-v1.0.0
2831
[0.1.4]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.3...env_filter-v0.1.4
2932
[0.1.3]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...env_filter-v0.1.3
3033
[0.1.2]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.1...env_filter-v0.1.2

crates/env_filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "env_filter"
3-
version = "0.1.4"
3+
version = "1.0.0"
44
description = """
55
Filter log events using environment variables
66
"""

0 commit comments

Comments
 (0)