From af4f125ab0fbc67b0506f96f679e2b82e8dccdc2 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:55:33 +0000 Subject: [PATCH] release: 0.5.52 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ charts/dispatch/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ae33ed5..5d408416 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.51" + ".": "0.5.52" } diff --git a/CHANGELOG.md b/CHANGELOG.md index af658dff..cfa0717e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.52](https://github.com/misospace/dispatch/compare/v0.5.51...v0.5.52) (2026-09-02) + + +### Features + +* **groomer:** give repository exploration its own budget ([#918](https://github.com/misospace/dispatch/issues/918)) ([fe138e8](https://github.com/misospace/dispatch/commit/fe138e85cf9b80a4d39fa2e4e4769da1b3b5ed10)) + + +### Bug Fixes + +* **deps:** update dependency @testing-library/user-event (14.6.6 → 14.6.7) ([#911](https://github.com/misospace/dispatch/issues/911)) ([0145810](https://github.com/misospace/dispatch/commit/01458108757943ce5e4b85e51365f443ca031a16)) +* **prisma:** turn TLS on when DATABASE_URL uses sslmode=no-verify ([#910](https://github.com/misospace/dispatch/issues/910)) ([204f200](https://github.com/misospace/dispatch/commit/204f200173b08a42246b9e08b9d22f66a5277423)), closes [#899](https://github.com/misospace/dispatch/issues/899) + ## [0.5.51](https://github.com/misospace/dispatch/compare/v0.5.50...v0.5.51) (2026-09-01) diff --git a/charts/dispatch/Chart.yaml b/charts/dispatch/Chart.yaml index bf5cf550..99018c09 100644 --- a/charts/dispatch/Chart.yaml +++ b/charts/dispatch/Chart.yaml @@ -4,8 +4,8 @@ description: >- GitHub issue assignment layer for coding agents — sync, grooming, lanes, and a work queue. type: application -version: 0.5.51 -appVersion: 0.5.51 +version: 0.5.52 +appVersion: 0.5.52 home: https://github.com/misospace/dispatch sources: - https://github.com/misospace/dispatch diff --git a/package-lock.json b/package-lock.json index 2d5fa41b..76d04493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dispatch", - "version": "0.5.51", + "version": "0.5.52", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dispatch", - "version": "0.5.51", + "version": "0.5.52", "hasInstallScript": true, "dependencies": { "@dnd-kit/core": "^6.1.0", diff --git a/package.json b/package.json index 0e461e2b..bfc696b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.5.51", + "version": "0.5.52", "private": true, "engines": { "node": ">=24"