From 78b955628624352d10cb4d9754ff4f566ddf20b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20easybuild-shipit?= Date: Fri, 28 Aug 2026 20:51:30 +0000 Subject: [PATCH] chore: release multiple projects --- src/Scriptorium.Quill/CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/Scriptorium.Quill/CHANGELOG.md b/src/Scriptorium.Quill/CHANGELOG.md index 6c0040b5..028cbc80 100644 --- a/src/Scriptorium.Quill/CHANGELOG.md +++ b/src/Scriptorium.Quill/CHANGELOG.md @@ -1,5 +1,5 @@ --- -last_commit_released: b9437449e7e57c5085effeae160063c485939ce6 +last_commit_released: 4fc76a8d3d396388ff32af97fc96c4c7145521b2 --- # Changelog @@ -10,6 +10,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm This changelog is generated using [EasyBuild.ShipIt](https://github.com/easybuild-org/EasyBuild.ShipIt). Do not edit this file manually. +## 0.7.0 - 2026-08-28 + +### 🚀 Features + +* Report why a test was skipped ([dc50f3e](https://github.com/fable-hub/Scriptorium/commit/dc50f3e943c9a4a0c44f1931d91f01c4a3f5baa4)) +* Carry caller info on every test result ([6a8fa5f](https://github.com/fable-hub/Scriptorium/commit/6a8fa5f303342744452d5fea330f6dbbd87436dc)) +* Capture the type and stack trace of a test failure ([d8f89e3](https://github.com/fable-hub/Scriptorium/commit/d8f89e3e6d111b1e34b19f267a0ba7c17e89b9ab)) +* Collect run-level facts into a test run report ([f58ce7e](https://github.com/fable-hub/Scriptorium/commit/f58ce7e28423f2b703c05e7e7d79deff4aad6d60)) +* Report a run through registered reporters ([4fc76a8](https://github.com/fable-hub/Scriptorium/commit/4fc76a8d3d396388ff32af97fc96c4c7145521b2)) + +### 🐞 Bug Fixes + +* Enforce async timeouts that Async.StartChild can miss ([e5d9336](https://github.com/fable-hub/Scriptorium/commit/e5d9336f581b01802c6b430fc859ae9a479470b0)) + +[View changes on Github](https://github.com/fable-hub/Scriptorium/compare/b9437449e7e57c5085effeae160063c485939ce6..4fc76a8d3d396388ff32af97fc96c4c7145521b2) + ## 0.6.0 - 2026-08-27 ### 🚀 Features