From bc99dd9f4f490c661f62bb34b500a5a6d2a88e12 Mon Sep 17 00:00:00 2001 From: "monkescience-yeet[bot]" <220418847+monkescience-yeet[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:00:00 +0000 Subject: [PATCH] chore: release 0.4.7 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edb4e3..bc692f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.4.7](https://github.com/monkescience/testastic/compare/v0.4.6...v0.4.7) (2026-09-05) + +### Performance Improvements + +- short-circuit simple object matching and skip redundant tree copies ([70abf1a](https://github.com/monkescience/testastic/commit/70abf1a22508ca41b97bc332c1d6bedb13395442)) +- reduce unordered comparison and template parsing allocations ([88d1cc9](https://github.com/monkescience/testastic/commit/88d1cc9693ac8448eb7c65abd84f06b81688d1c6)) + ## [v0.4.6](https://github.com/monkescience/testastic/compare/v0.4.5...v0.4.6) (2026-09-03) ### Bug Fixes