From ef53f81b276c516bc0e305c137a80219b886a97c Mon Sep 17 00:00:00 2001 From: "its-saffron[bot]" <288807408+its-saffron[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:40:13 +0000 Subject: [PATCH] release: 0.5.39 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 42 +++++++++++++++++++++++++++++++++++ charts/dispatch/Chart.yaml | 9 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c0a3531..2f9e7d16 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.38" + ".": "0.5.39" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..9ca6378c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +## [0.5.39](https://github.com/misospace/dispatch/compare/v0.5.38...v0.5.39) (2026-08-19) + + +### Features + +* **deps:** update dependency lucide-react (1.30.0 → 1.31.0) ([#753](https://github.com/misospace/dispatch/issues/753)) ([6737737](https://github.com/misospace/dispatch/commit/6737737ca59a6788a4a11851215e866a8e0a3726)) +* **deps:** update dependency lucide-react (1.31.0 → 1.32.0) ([#789](https://github.com/misospace/dispatch/issues/789)) ([09e8098](https://github.com/misospace/dispatch/commit/09e809876077024bacba4acd2b726b8f89f4258c)) +* **deps:** update dependency lucide-react (1.32.0 → 1.33.0) ([#805](https://github.com/misospace/dispatch/issues/805)) ([baa0c3d](https://github.com/misospace/dispatch/commit/baa0c3d1d652435b60fe4344890779f3f45fdaf4)) +* **groomer:** attribute hosted groomer aborts to pool member ([#779](https://github.com/misospace/dispatch/issues/779)) ([259952f](https://github.com/misospace/dispatch/commit/259952f28e239ce8af690a5057f5532a139c4290)), closes [#747](https://github.com/misospace/dispatch/issues/747) +* **helm:** update chart common (5.0.1 → 5.1.0) ([#773](https://github.com/misospace/dispatch/issues/773)) ([3a4b140](https://github.com/misospace/dispatch/commit/3a4b140965c4f4efecd22c6ce20e7f7b1a57a291)) + + +### Bug Fixes + +* **build:** pin NODE_ENV=production in the build script ([#768](https://github.com/misospace/dispatch/issues/768)) ([c03c0b9](https://github.com/misospace/dispatch/commit/c03c0b987bbfde909db673b5404782ba9f96322b)) +* **deps:** override deepmerge-ts to clear GHSA-ggr8-5vv4-36mx ([#785](https://github.com/misospace/dispatch/issues/785)) ([e53a6ec](https://github.com/misospace/dispatch/commit/e53a6ecdf020dfbca37e663872a68f0da584776d)) +* **deps:** update dependency @testing-library/jest-dom (7.0.0 → 7.0.1) ([#755](https://github.com/misospace/dispatch/issues/755)) ([7f7ccb8](https://github.com/misospace/dispatch/commit/7f7ccb87d46289a636c545ea39a764a7bbad1ad5)) +* **deps:** update dependency @testing-library/user-event (14.6.3 → 14.6.4) ([#760](https://github.com/misospace/dispatch/issues/760)) ([a3a9ee5](https://github.com/misospace/dispatch/commit/a3a9ee5dd5313d69f428009351ed4c291b44a275)) +* **deps:** update dependency @testing-library/user-event (14.6.4 → 14.6.5) ([#787](https://github.com/misospace/dispatch/issues/787)) ([b4efe45](https://github.com/misospace/dispatch/commit/b4efe45c4344b131871a8ada5ef351451feb6f92)) +* **deps:** update dependency tsx (4.23.11 → 4.23.12) ([#756](https://github.com/misospace/dispatch/issues/756)) ([d2e218c](https://github.com/misospace/dispatch/commit/d2e218c2f30cc4ff0f878b773b5b191aaf13b72d)) +* **deps:** update nextjs monorepo (16.3.0 → 16.3.1) ([#767](https://github.com/misospace/dispatch/issues/767)) ([0aa4c84](https://github.com/misospace/dispatch/commit/0aa4c840654793577ccad01fffb34eecdc888308)) +* **deps:** update vitest monorepo (4.1.10 → 4.1.11) ([#790](https://github.com/misospace/dispatch/issues/790)) ([59623e6](https://github.com/misospace/dispatch/commit/59623e604079da6fda0d6791b6865c9dceed01af)) +* implement fail-closed webhook signature verification ([#752](https://github.com/misospace/dispatch/issues/752)) ([305ba55](https://github.com/misospace/dispatch/commit/305ba55f729358aab17c01bc30758bbd571bf81d)), closes [#717](https://github.com/misospace/dispatch/issues/717) +* **pr-followup-webhook:** reject GitHub deliveries on HMAC before authorizeRequest ([#761](https://github.com/misospace/dispatch/issues/761)) ([#782](https://github.com/misospace/dispatch/issues/782)) ([9399d61](https://github.com/misospace/dispatch/commit/9399d61e415dec03529dc42e1d62a77d4f58e25e)) + + +### Chores + +* **deps:** lock file maintenance ([#757](https://github.com/misospace/dispatch/issues/757)) ([dc1e758](https://github.com/misospace/dispatch/commit/dc1e7589f6b78cad9cff4ad3a4a5dc5bb84591c3)) +* **deps:** lock file maintenance ([#778](https://github.com/misospace/dispatch/issues/778)) ([96e90c9](https://github.com/misospace/dispatch/commit/96e90c9cd3df0433ca8bbf1b4147cca684be2ebe)) + + +### Documentation + +* issue contract for the autonomous loop (template + AGENTS.md) ([#759](https://github.com/misospace/dispatch/issues/759)) ([9d4d4db](https://github.com/misospace/dispatch/commit/9d4d4dbb19dff78ee11ab439bf749ac8c9b44bc7)) + + +### Refactors + +* **github:** split client by domain ([#766](https://github.com/misospace/dispatch/issues/766)) ([6f9cf5b](https://github.com/misospace/dispatch/commit/6f9cf5b42becc2b022347ba2ed04f6c141b7c02d)) diff --git a/charts/dispatch/Chart.yaml b/charts/dispatch/Chart.yaml index c3129e12..97896497 100644 --- a/charts/dispatch/Chart.yaml +++ b/charts/dispatch/Chart.yaml @@ -1,10 +1,11 @@ apiVersion: v2 name: dispatch -description: GitHub issue assignment layer for coding agents — sync, grooming, lanes, and a work queue. +description: >- + GitHub issue assignment layer for coding agents — sync, grooming, lanes, and a + work queue. type: application -# version/appVersion are stamped by the release workflow from the release tag. -version: 0.1.0 -appVersion: "0.1.0" +version: 0.5.39 +appVersion: 0.5.39 home: https://github.com/misospace/dispatch sources: - https://github.com/misospace/dispatch diff --git a/package-lock.json b/package-lock.json index a49347f7..46ef2870 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dispatch", - "version": "0.5.38", + "version": "0.5.39", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dispatch", - "version": "0.5.38", + "version": "0.5.39", "hasInstallScript": true, "dependencies": { "@dnd-kit/core": "^6.1.0", diff --git a/package.json b/package.json index a8515305..3126f5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.5.38", + "version": "0.5.39", "private": true, "engines": { "node": ">=24"