diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..7e0ad4b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "apps/worker-app": "0.1.0", "libs/core": "0.1.0", "libs/webhooks": "0.1.0", - "libs/worker": "0.1.0", + "libs/worker": "0.1.1", "libs/workflows": "0.1.0", "plugins/local-storage": "0.1.0", "plugins/communication-http": "0.1.0", diff --git a/libs/worker/CHANGELOG.md b/libs/worker/CHANGELOG.md new file mode 100644 index 0000000..63fbd26 --- /dev/null +++ b/libs/worker/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-worker-v0.1.0...waygate-worker-v0.1.1) (2026-04-23) + + +### Features + +* **worker:** add JetStream transport runtime ([f31e1fd](https://github.com/voidrot/waygate/commit/f31e1fdb66e30703cecbceb69d57407f0db0de69)) +* **worker:** add transport-agnostic worker runtime ([badfdd5](https://github.com/voidrot/waygate/commit/badfdd5f8669227e8bbe6f2650863bae926a0c64)) diff --git a/libs/worker/pyproject.toml b/libs/worker/pyproject.toml index a248406..105ed6f 100644 --- a/libs/worker/pyproject.toml +++ b/libs/worker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-worker" -version = "0.1.0" +version = "0.1.1" description = "Shared worker runtime helpers for WayGate transports" readme = "README.md" authors = [