From 47dc0402c3f1ef0a9dbbf2d323be3adeeb016831 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-provider-featherless-ai 0.1.1 --- .release-please-manifest.json | 2 +- plugins/provider-featherless-ai/CHANGELOG.md | 8 ++++++++ plugins/provider-featherless-ai/pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 plugins/provider-featherless-ai/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..cede998 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,7 +10,7 @@ "plugins/communication-http": "0.1.0", "plugins/communication-nats": "0.1.0", "plugins/communication-rq": "0.1.0", - "plugins/provider-featherless-ai": "0.1.0", + "plugins/provider-featherless-ai": "0.1.1", "plugins/provider-ollama": "0.1.0", "plugins/webhook-agent-session": "0.1.0", "plugins/webhook-generic": "0.1.0" diff --git a/plugins/provider-featherless-ai/CHANGELOG.md b/plugins/provider-featherless-ai/CHANGELOG.md new file mode 100644 index 0000000..755be3d --- /dev/null +++ b/plugins/provider-featherless-ai/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-plugin-provider-featherless-ai-v0.1.0...waygate-plugin-provider-featherless-ai-v0.1.1) (2026-04-23) + + +### Features + +* **core:** add LLM provider readiness hooks ([aac37aa](https://github.com/voidrot/waygate/commit/aac37aad8320a1eb65795b31b72731bc30931fb7)) diff --git a/plugins/provider-featherless-ai/pyproject.toml b/plugins/provider-featherless-ai/pyproject.toml index 0cb25c0..7cda2fa 100644 --- a/plugins/provider-featherless-ai/pyproject.toml +++ b/plugins/provider-featherless-ai/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-plugin-provider-featherless-ai" -version = "0.1.0" +version = "0.1.1" description = "Featherless AI-backed LLM provider plugin for WayGate" readme = "README.md" authors = [