diff --git a/CHANGELOG.md b/CHANGELOG.md index ccac844..9bcf0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.9 +----- - Added support for inner `#[test]` attribute arguments - Added CI checks for auto generated code documentation - Bumped minimum supported Rust version to `1.49` diff --git a/Cargo.toml b/Cargo.toml index 25d1119..5a2cf80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-log" -version = "0.2.8" +version = "0.2.9" authors = ["Daniel Mueller "] edition = "2018" license = "Apache-2.0 OR MIT"