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