Skip to content
This repository was archived by the owner on Sep 20, 2026. It is now read-only.
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.9.0"
".": "0.9.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.9.1](https://github.com/misospace/foreman-dispatch-bridge/compare/v0.9.0...v0.9.1) (2026-09-17)


### Bug Fixes

* **bridge:** count pipeline-shaped coders toward CODER_AGENT_SLOTS ([#338](https://github.com/misospace/foreman-dispatch-bridge/issues/338)) ([eacce68](https://github.com/misospace/foreman-dispatch-bridge/commit/eacce683699e60e2936a248b6c036022926fba78))
* **deps:** update dependency ruff (0.16.6 β†’ 0.16.7) ([#325](https://github.com/misospace/foreman-dispatch-bridge/issues/325)) ([7314727](https://github.com/misospace/foreman-dispatch-bridge/commit/73147279399288eb901cf1087fc3994e3e522d80))
* **deps:** update dependency ruff (0.16.7 β†’ 0.16.8) ([#336](https://github.com/misospace/foreman-dispatch-bridge/issues/336)) ([4a2d794](https://github.com/misospace/foreman-dispatch-bridge/commit/4a2d79417888d403cc71f90808a74f3ff13c87b7))


### Chores

* **release:** sync pyproject version with the release-please manifest and auto-bump it on release ([#332](https://github.com/misospace/foreman-dispatch-bridge/issues/332)) ([dd572a8](https://github.com/misospace/foreman-dispatch-bridge/commit/dd572a8a7b3b235d8a5bf864168c9daa2b29bc14)), closes [#330](https://github.com/misospace/foreman-dispatch-bridge/issues/330)
* remove orphaned uv.lock with no tool.uv config or uv install path ([#331](https://github.com/misospace/foreman-dispatch-bridge/issues/331)) ([e5235e9](https://github.com/misospace/foreman-dispatch-bridge/commit/e5235e92a54bb711fb523ba52ee4a085cf864add)), closes [#328](https://github.com/misospace/foreman-dispatch-bridge/issues/328)
* update native loop settings ([#339](https://github.com/misospace/foreman-dispatch-bridge/issues/339)) ([afc58e2](https://github.com/misospace/foreman-dispatch-bridge/commit/afc58e28e0428cb908c1cdae3ec5ed099f2fb127))

## [0.9.0](https://github.com/misospace/foreman-dispatch-bridge/compare/v0.8.0...v0.9.0) (2026-09-07)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "foreman-dispatch-bridge"
version = "0.9.0"
version = "0.9.1"
description = "Foreman dispatch bridge β€” claims issues from the Dispatch API and materialises Kubernetes Workloads for coder agents."
requires-python = ">=3.13"

Expand Down
Loading