diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f83da7..4127bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + + +## [0.1.7] - 2024-05-24 ### Added * Add `is_closed` method to the `Sender`. diff --git a/Cargo.lock b/Cargo.lock index 73349b1..a8f909c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -721,7 +721,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oneshot" -version = "0.1.6" +version = "0.1.7" dependencies = [ "async-std", "criterion", diff --git a/Cargo.toml b/Cargo.toml index b3deeb6..6ca3db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oneshot" -version = "0.1.6" +version = "0.1.7" authors = ["Linus Färnstrand "] license = "MIT OR Apache-2.0" readme = "README.md"