From 263acd536f76d05bef6e809e9f88535a8fb42041 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:04:33 +0000 Subject: [PATCH] chore(main): release waygate-draft-worker 0.1.1 --- .release-please-manifest.json | 2 +- apps/draft-worker/CHANGELOG.md | 23 +++++++++++++++++++++++ apps/draft-worker/pyproject.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 apps/draft-worker/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e54771..0ed6b63 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "apps/api": "0.1.0", "apps/scheduler": "0.1.0", - "apps/draft-worker": "0.1.0", + "apps/draft-worker": "0.1.1", "apps/nats-worker": "0.1.0", "libs/core": "0.1.0", "libs/worker": "0.1.0", diff --git a/apps/draft-worker/CHANGELOG.md b/apps/draft-worker/CHANGELOG.md new file mode 100644 index 0000000..b1decfb --- /dev/null +++ b/apps/draft-worker/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-draft-worker-v0.1.0...waygate-draft-worker-v0.1.1) (2026-04-22) + + +### Features + +* **core:** add plugin public API, storage namespaces, and app context ([82e998a](https://github.com/voidrot/waygate/commit/82e998a9f85c7cc7f6adf3286c39d6cb09df3d8d)) +* **workflows:** add rq draft worker pipeline ([a456cd6](https://github.com/voidrot/waygate/commit/a456cd6ca3cb6c5b336772891e2fb7764519ba51)) +* **workflows:** add runtime LLM preflight support ([a03625d](https://github.com/voidrot/waygate/commit/a03625d4061b7120164e2d950cb950d00416a874)) + + +### Bug Fixes + +* **core:** package compose draft runtime plugins ([e0cf539](https://github.com/voidrot/waygate/commit/e0cf5398ce2a0158901e3a3855dbc74fd51f37d0)) + + +### Documentation + +* **readme:** document env-backed package config ([5561d82](https://github.com/voidrot/waygate/commit/5561d825241865718b105882b6697ca97a10e38b)) +* **readme:** improve formatting of environment variable tables in draft-worker and plugins ([33c7bec](https://github.com/voidrot/waygate/commit/33c7bec23a02e19f398dbefaab181c083e1b811a)) +* **repo:** update workflow and plugin guides ([820f314](https://github.com/voidrot/waygate/commit/820f3146b485d206ee672b4814a8a7f0b69fbf79)) +* update docs across the project ([818c745](https://github.com/voidrot/waygate/commit/818c7454baf3c5a41f921a6c24aaaf41e136639c)) diff --git a/apps/draft-worker/pyproject.toml b/apps/draft-worker/pyproject.toml index d8ecec5..582ff2c 100644 --- a/apps/draft-worker/pyproject.toml +++ b/apps/draft-worker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-draft-worker" -version = "0.1.0" +version = "0.1.1" description = "RQ worker for queued WayGate draft workflow triggers" readme = "README.md" authors = [