From aee6022bd1f4055aea196d9f3a08f456f5758cd6 Mon Sep 17 00:00:00 2001 From: "monkescience-yeet[bot]" <220418847+monkescience-yeet[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 16:06:29 +0000 Subject: [PATCH] chore: release 0.3.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db77db2..3c4430b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.3.1](https://github.com/monkescience/testastic/compare/v0.3.0...v0.3.1) (2026-04-26) + +### Bug Fixes + +- **compare:** preserve numeric precision ([b89d1ac](https://github.com/monkescience/testastic/commit/b89d1ac1a78a515db307fc4403cfb58e07e7dcb6)) +- **compare:** backtrack unordered matches ([caba243](https://github.com/monkescience/testastic/commit/caba243976552d88e24206611deaf4c05a0a35cf)) +- **process:** stop process when readiness fails ([bb483f1](https://github.com/monkescience/testastic/commit/bb483f16768c1747e0e9fd28338ca2119790b831)) + ## [v0.3.0](https://github.com/monkescience/testastic/compare/v0.2.1...v0.3.0) (2026-04-16) ### ⚠ BREAKING CHANGES