diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7ec41..a41c391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4](https://github.com/open-schnick/Smoothy/compare/v0.4.3...v0.4.4) - 2024-05-15 + +### Added +- add BasicAsserter.map as basic accessor + +### Other +- *(tests)* fix clippy warning +- fix typo in must_use + ## [0.4.3](https://github.com/open-schnick/Smoothy/compare/v0.4.2...v0.4.3) - 2024-03-03 ### Added diff --git a/Cargo.toml b/Cargo.toml index eeecaf7..2dc5e45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smoothy" -version = "0.4.3" +version = "0.4.4" description = "Write smooth assertions in a fluent and human readable way" authors = ["Open Schnick"] documentation = "https://docs.rs/smoothy"