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.07

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

- feat(@probitas/runner): add scenario-level timeout configuration
- fix(@probitas/runner): improve step timeout error messages with context

### 2026.01.07
Comment on lines 1 to +8

Copilot AI Jan 7, 2026

Copy link

Choose a reason for hiding this comment

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

Duplicate release date header detected. There are two "### 2026.01.07" headers on lines 1 and 8, which creates confusion in the release notes. The new @probitas/runner 0.5.2 release entry should be placed under the existing 2026.01.07 header instead of creating a duplicate header.

Copilot uses AI. Check for mistakes.

#### @probitas/builder 0.5.1 (patch)

- refactor(@probitas/builder,@probitas/runner,@probitas/core): move step options
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.1",
"version": "0.5.2",
"exports": "./mod.ts",
"imports": {
"@probitas/core": "jsr:@probitas/core@^0",
Expand Down