Skip to content

Commit

Permalink
Bump version to 0.2.15
Browse files Browse the repository at this point in the history
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
  • Loading branch information
d-e-s-o committed Feb 26, 2024
1 parent 3c9bd09 commit bc1a8c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-log"
version = "0.2.14"
version = "0.2.15"
authors = ["Daniel Mueller <[email protected]>"]
edition = "2021"
rust-version = "1.71"
Expand Down Expand Up @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "test-log-macros"
version = "0.2.14"
version = "0.2.15"
authors = ["Daniel Mueller <[email protected]>"]
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 = """
Expand Down

0 comments on commit bc1a8c0

Please sign in to comment.