diff --git a/CHANGELOG.md b/CHANGELOG.md index deb1cdd8..061f28b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.3 +----- - Reduce synchronization overhead by locking stdout only once - Adjusted link to coverage to actually reference coverage information artifacts diff --git a/Cargo.toml b/Cargo.toml index 3b208226..03e1e9fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notnow" -version = "0.2.2" +version = "0.2.3" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"