diff --git a/CHANGELOG.md b/CHANGELOG.md index 6525c88..eae1f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # `nonempty-collections` -## Unreleased +## 0.2.4 (2024-04-04) #### Added diff --git a/Cargo.toml b/Cargo.toml index a4a5ce7..46a1548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nonempty-collections" -version = "0.2.3" +version = "0.2.4" description = "Correct-by-construction non-empty collections." authors = ["Colin Woodbury "] edition = "2021"