diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bce363..bdde319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.13 +------ - Improved interaction with nested attributes (such as those used by the `test_case` crate), that may not have been parsable in the past - Removed generated `test_impl` function, which could have "leaked" into diff --git a/Cargo.toml b/Cargo.toml index f8b7eef..7d56937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-log" -version = "0.2.12" +version = "0.2.13" authors = ["Daniel Mueller "] edition = "2018" rust-version = "1.56"