From 5d5ef53e9268a3d5f20c32c800c9bb11f5879238 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:38:45 +0000 Subject: [PATCH] chore(main): release waygate-scheduler 0.1.1 --- .release-please-manifest.json | 2 +- apps/scheduler/CHANGELOG.md | 16 ++++++++++++++++ apps/scheduler/pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 apps/scheduler/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..150d9d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "apps/web": "0.1.0", - "apps/scheduler": "0.1.0", + "apps/scheduler": "0.1.1", "apps/worker-app": "0.1.0", "libs/core": "0.1.0", "libs/webhooks": "0.1.0", diff --git a/apps/scheduler/CHANGELOG.md b/apps/scheduler/CHANGELOG.md new file mode 100644 index 0000000..dc916b3 --- /dev/null +++ b/apps/scheduler/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-scheduler-v0.1.0...waygate-scheduler-v0.1.1) (2026-04-23) + + +### Features + +* **apps:** wire api and scheduler to communication plugins ([3f02c8a](https://github.com/voidrot/waygate/commit/3f02c8a2fa327b1088b6704f81f08c63d8510ff8)) +* **core:** add plugin public API, storage namespaces, and app context ([82e998a](https://github.com/voidrot/waygate/commit/82e998a9f85c7cc7f6adf3286c39d6cb09df3d8d)) +* **worker:** add JetStream transport runtime ([f31e1fd](https://github.com/voidrot/waygate/commit/f31e1fdb66e30703cecbceb69d57407f0db0de69)) +* **workflows:** add rq draft worker pipeline ([a456cd6](https://github.com/voidrot/waygate/commit/a456cd6ca3cb6c5b336772891e2fb7764519ba51)) + + +### Documentation + +* update docs across the project ([818c745](https://github.com/voidrot/waygate/commit/818c7454baf3c5a41f921a6c24aaaf41e136639c)) diff --git a/apps/scheduler/pyproject.toml b/apps/scheduler/pyproject.toml index 4aa8492..417c80c 100644 --- a/apps/scheduler/pyproject.toml +++ b/apps/scheduler/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-scheduler" -version = "0.1.0" +version = "0.1.1" description = "Add your description here" readme = "README.md" authors = [