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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this

## [Unreleased]

## [5.13.1] - 2026-08-04

### Changed

- **Dependency updates** — Updated the GitHub Actions Java setup action.

### Fixed

- **Local saved-items reuse** — Local Docker runs now stage restrictive `items.csv` inputs as container-readable, read-only copies, allowing root-owned `0600` artifacts produced by `--save-items` to be reused with `--items-file`, `--read-items-file`, or `--delete-items-file` without changing the original file permissions.

## [5.13.0] - 2026-07-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.13.0
5.13.1
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ run:
node: false
port: 9999
scenario: null
version: 5.13.0
version: 5.13.1

log:
level: info
Expand Down
Loading