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.2 - 2026-09-16

### Changed

- **A scaffolded app's CI gates each commit once.** A branch with an open pull request
Expand All @@ -33,6 +37,10 @@ Semver applies from 1.0.0. A breaking change to a documented API needs a major
- **Framework CI: the 32-job per-package matrix is one `packages` job.** GitHub bills each job
rounded up to a whole minute, so the matrix was 33 of the ~40 runner-minutes one push cost.

### Commits

- ci: one packages job instead of a 32-job matrix; coverage gate reads the test exit code (#437)

## 20.1.1 - 2026-09-12

### Fixed
Expand Down
Loading