From 14e3c03c6e661393f94b2c5a8d6014fc4d843547 Mon Sep 17 00:00:00 2001 From: "monkescience-yeet[bot]" <220418847+monkescience-yeet[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:30:08 +0000 Subject: [PATCH] chore: release 0.4.6 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b837a..2edb4e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.4.6](https://github.com/monkescience/testastic/compare/v0.4.5...v0.4.6) (2026-09-03) + +### Bug Fixes + +- bound process output capture ([2528163](https://github.com/monkescience/testastic/commit/2528163e4b276c0f640505be56625f1a164d72e6)) +- bound binary run output ([9e15357](https://github.com/monkescience/testastic/commit/9e15357835aadc9e72a030eeee9a173bac6de671)) +- avoid cubic unordered matching ([fd71fef](https://github.com/monkescience/testastic/commit/fd71fefd4b991e682b7c5461ff281feb389db27a)) +- prevent fixture environment disclosure ([9baa399](https://github.com/monkescience/testastic/commit/9baa399827798d144b598cecf9ccf0bda5933f94)) + ## [v0.4.5](https://github.com/monkescience/testastic/compare/v0.4.4...v0.4.5) (2026-08-28) ### Bug Fixes