diff --git a/CHANGELOG.md b/CHANGELOG.md index c110e7e..2d5bffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.15 +------ - Formalized MSRV policy - Bumped minimum supported Rust version to `1.71` - Bumped `env_logger` dependency to `0.11` diff --git a/Cargo.toml b/Cargo.toml index 4d419aa..5ad7a68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-log" -version = "0.2.14" +version = "0.2.15" authors = ["Daniel Mueller "] edition = "2021" rust-version = "1.71" @@ -45,7 +45,7 @@ unstable = ["test-log-macros/unstable"] members = ["macros"] [dependencies] -test-log-macros = {version = "0.2.14", path = "macros"} +test-log-macros = {version = "0.2.15", path = "macros"} tracing-subscriber = {version = "0.3.17", default-features = false, optional = true, features = ["env-filter", "fmt"]} env_logger = {version = "0.11", default-features = false, optional = true} diff --git a/macros/Cargo.toml b/macros/Cargo.toml index b5d2a85..5382bb7 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "test-log-macros" -version = "0.2.14" +version = "0.2.15" authors = ["Daniel Mueller "] edition = "2021" -rust-version = "1.61" +rust-version = "1.71" license = "Apache-2.0 OR MIT" repository = "https://github.com/d-e-s-o/test-log.git" description = """