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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.51"
".": "0.5.52"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions charts/dispatch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dispatch",
"version": "0.5.51",
"version": "0.5.52",
"private": true,
"engines": {
"node": ">=24"
Expand Down
Loading