Skip to content

Commit bc1a8c0

Browse files
committed
Bump version to 0.2.15
This change bumps the version of the crate to 0.2.15. The following notable changes have been made since 0.2.14: - Formalized MSRV policy - Bumped minimum supported Rust version to 1.71 - Bumped env_logger dependency to 0.11
1 parent 3c9bd09 commit bc1a8c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.2.15
2+
------
33
- Formalized MSRV policy
44
- Bumped minimum supported Rust version to `1.71`
55
- Bumped `env_logger` dependency to `0.11`

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-log"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
authors = ["Daniel Mueller <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.71"
@@ -45,7 +45,7 @@ unstable = ["test-log-macros/unstable"]
4545
members = ["macros"]
4646

4747
[dependencies]
48-
test-log-macros = {version = "0.2.14", path = "macros"}
48+
test-log-macros = {version = "0.2.15", path = "macros"}
4949
tracing-subscriber = {version = "0.3.17", default-features = false, optional = true, features = ["env-filter", "fmt"]}
5050
env_logger = {version = "0.11", default-features = false, optional = true}
5151

macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "test-log-macros"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
authors = ["Daniel Mueller <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.61"
6+
rust-version = "1.71"
77
license = "Apache-2.0 OR MIT"
88
repository = "https://github.com/d-e-s-o/test-log.git"
99
description = """

0 commit comments

Comments
 (0)