Commit 69d8aa4ff9
Verified · cmc ci/build: success ci/test: success
CHANGELOG.org +13
| @@ -4,6 +4,19 @@ Versioning follows semver from v0.1.0. Database migrations run | ||
| 4 | 4 | automatically on daemon start; upgrade notes appear per release when |
| 5 | 5 | anything beyond "replace the binary and restart" is needed. |
| 6 | 6 | |
| 7 | * v1.22.1 — unreleased | |
| 8 | ||
| 9 | One merge gate fix. | |
| 10 | ||
| 11 | - =require-checks= no longer refuses a merge request head that carries | |
| 12 | no statuses when nothing was going to report one: a repository with | |
| 13 | no =.gitbay/ci.yml=, or one whose jobs all wait on a schedule or a | |
| 14 | tag, had no mergeable merge request and no remedy but turning the | |
| 15 | setting off. A head whose config carries a job a push runs, and a | |
| 16 | head in a repository that has recorded a status before — which is | |
| 17 | what reporting from outside through =status set= looks like — is | |
| 18 | still refused (#216). | |
| 19 | ||
| 7 | 20 | * v1.22.0 — 2026-09-12 |
| 8 | 21 | |
| 9 | 22 | The CLI output sweep (#183). The rules are on the wiki's Users page, |