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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Semver applies from 1.0.0. A breaking change to a documented API needs a major

## [Unreleased]

Nothing yet.

## 20.1.1 - 2026-09-12

### Fixed

- **A gate step whose suite executed nothing reports as skipped, never as passed** (#434). `x verify`
Expand All @@ -25,6 +29,10 @@ Semver applies from 1.0.0. A breaking change to a documented API needs a major
test(s) and every one skipped itself` is distinguishable from `- roadmap`, which has no suite at
all.

### Commits

- fix(cli): a gate step whose suite executed nothing is skipped, not passed (#435)

## 20.1.0 - 2026-09-12

### Added
Expand Down
Loading
Loading