From 967c51a1404cef12b698d0e97ce55dfbeac50539 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 15:58:13 +0000 Subject: [PATCH] chore: release v0.8.5 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b22ff..b70968a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.5](https://github.com/open-schnick/Smoothy/compare/v0.8.4...v0.8.5) - 2025-11-02 + +### Added + +- add any_matches, all_matches and none_matches iterator assertions + +### Other + +- fix outdated ref in README.md + ## [0.8.4](https://github.com/open-schnick/Smoothy/compare/v0.8.3...v0.8.4) - 2025-10-25 ### Added diff --git a/Cargo.toml b/Cargo.toml index 31a71c2..36e34a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smoothy" -version = "0.8.4" +version = "0.8.5" description = "Write smooth assertions in a fluent and human readable way" authors = ["Open Schnick"] documentation = "https://docs.rs/smoothy"