Skip to content

Commit cc2b2ef

Browse files
committed
chore: Release
1 parent 69e27d1 commit cc2b2ef

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

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.29", features = ["std"] }
138-
env_filter = { version = "1.0.0", path = "crates/env_filter", default-features = false, features = ["std"] }
138+
env_filter = { version = "2.0.0", path = "crates/env_filter", default-features = false, features = ["std"] }
139139
jiff = { version = "0.2.22", default-features = false, features = ["std"], optional = true }
140140
anstream = { version = "1.0.0", default-features = false, features = ["wincon"], optional = true }
141141
anstyle = { version = "1.0.13", 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+
## [2.0.0] - 2026-06-25
11+
1012
### Features
1113

1214
- `no_std` support
@@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3638
## [0.1.0] - 2024-01-19
3739

3840
<!-- next-url -->
39-
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v1.0.1...HEAD
41+
[Unreleased]: https://github.com/rust-cli/env_logger/compare/env_filter-v2.0.0...HEAD
42+
[2.0.0]: https://github.com/rust-cli/env_logger/compare/env_filter-v1.0.1...env_filter-v2.0.0
4043
[1.0.1]: https://github.com/rust-cli/env_logger/compare/env_filter-v1.0.0...env_filter-v1.0.1
4144
[1.0.0]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.4...env_filter-v1.0.0
4245
[0.1.4]: https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.3...env_filter-v0.1.4

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 = "1.0.1"
3+
version = "2.0.0"
44
description = """
55
Filter log events using environment variables
66
"""

0 commit comments

Comments
 (0)