From c008cf369b4ec2b2d8afacde0cdad66d414a3a68 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-plugin-communication-nats 0.1.1 --- .release-please-manifest.json | 2 +- plugins/communication-nats/CHANGELOG.md | 9 +++++++++ plugins/communication-nats/pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 plugins/communication-nats/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..cec7ebd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "libs/workflows": "0.1.0", "plugins/local-storage": "0.1.0", "plugins/communication-http": "0.1.0", - "plugins/communication-nats": "0.1.0", + "plugins/communication-nats": "0.1.1", "plugins/communication-rq": "0.1.0", "plugins/provider-featherless-ai": "0.1.0", "plugins/provider-ollama": "0.1.0", diff --git a/plugins/communication-nats/CHANGELOG.md b/plugins/communication-nats/CHANGELOG.md new file mode 100644 index 0000000..f010d56 --- /dev/null +++ b/plugins/communication-nats/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-plugin-communication-nats-v0.1.0...waygate-plugin-communication-nats-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/plugins/communication-nats/pyproject.toml b/plugins/communication-nats/pyproject.toml index 64e2ba3..c066522 100644 --- a/plugins/communication-nats/pyproject.toml +++ b/plugins/communication-nats/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-plugin-communication-nats" -version = "0.1.0" +version = "0.1.1" description = "JetStream communication client plugin for worker dispatch" readme = "README.md" authors = [