Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion src/Scriptorium.Quill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_commit_released: b9437449e7e57c5085effeae160063c485939ce6
last_commit_released: 4fc76a8d3d396388ff32af97fc96c4c7145521b2
---

# Changelog
Expand All @@ -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))

<strong><small>[View changes on Github](https://github.com/fable-hub/Scriptorium/compare/b9437449e7e57c5085effeae160063c485939ce6..4fc76a8d3d396388ff32af97fc96c4c7145521b2)</small></strong>

## 0.6.0 - 2026-08-27

### πŸš€ Features
Expand Down