diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9288e..537023d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.4 +----- - Eliminated need for emitting of `::f` test function - Excluded unnecessary files from being contained in release bundle diff --git a/Cargo.toml b/Cargo.toml index 1e81a5e..eb96f00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-env-log" -version = "0.2.3" +version = "0.2.4" authors = ["Daniel Mueller "] edition = "2018" license = "Apache-2.0 OR MIT"