Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### 2026.01.08

#### @probitas/runner 0.5.6 (patch)

- fix(@probitas/runner): abort all scenarios when maxFailures is reached
- refactor(@probitas/runner): improve timeout error handling and retry logic

### 2026.01.08
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are now two consecutive sections with the same date "### 2026.01.08". This creates duplicate section headers in the release notes. The older entry (for version 0.5.5) should either have a different date or these entries should be consolidated under a single date section if they're both being released on the same day.

Copilot uses AI. Check for mistakes.

#### @probitas/runner 0.5.5 (patch)

- fix(@probitas/runner): propagate abort reason from external signal
Expand Down
2 changes: 1 addition & 1 deletion packages/probitas-runner/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@probitas/runner",
"version": "0.5.5",
"version": "0.5.6",
"exports": "./mod.ts",
"imports": {
"@probitas/core": "jsr:@probitas/core@^0",
Expand Down