diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..6232251 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "apps/web": "0.1.0", "apps/scheduler": "0.1.0", - "apps/worker-app": "0.1.0", + "apps/worker-app": "0.1.1", "libs/core": "0.1.0", "libs/webhooks": "0.1.0", "libs/worker": "0.1.0", diff --git a/apps/worker-app/CHANGELOG.md b/apps/worker-app/CHANGELOG.md new file mode 100644 index 0000000..170a883 --- /dev/null +++ b/apps/worker-app/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-worker-app-v0.1.0...waygate-worker-app-v0.1.1) (2026-04-23) + + +### Features + +* enhance document analysis and recovery mechanisms, normalize legacy summaries, and update environment settings ([338d5cd](https://github.com/voidrot/waygate/commit/338d5cddda29f9e43d385569ebb4762989bc9c68)) +* **worker:** add transport-agnostic worker runtime ([badfdd5](https://github.com/voidrot/waygate/commit/badfdd5f8669227e8bbe6f2650863bae926a0c64)) diff --git a/apps/worker-app/pyproject.toml b/apps/worker-app/pyproject.toml index a198dfd..e737d99 100644 --- a/apps/worker-app/pyproject.toml +++ b/apps/worker-app/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-worker-app" -version = "0.1.0" +version = "0.1.1" description = "Single transport-agnostic worker app for WayGate workflow triggers" readme = "README.md" authors = [