From a25173e03ff7881333e9e84dd53c62c0d7a45543 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-ollama 0.1.1 --- .release-please-manifest.json | 2 +- plugins/provider-ollama/CHANGELOG.md | 23 +++++++++++++++++++++++ plugins/provider-ollama/pyproject.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 plugins/provider-ollama/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..bb62f45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "plugins/communication-nats": "0.1.0", "plugins/communication-rq": "0.1.0", "plugins/provider-featherless-ai": "0.1.0", - "plugins/provider-ollama": "0.1.0", + "plugins/provider-ollama": "0.1.1", "plugins/webhook-agent-session": "0.1.0", "plugins/webhook-generic": "0.1.0" } diff --git a/plugins/provider-ollama/CHANGELOG.md b/plugins/provider-ollama/CHANGELOG.md new file mode 100644 index 0000000..d7e41b5 --- /dev/null +++ b/plugins/provider-ollama/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-plugin-provider-ollama-v0.1.0...waygate-plugin-provider-ollama-v0.1.1) (2026-04-23) + + +### Features + +* **core:** add LLM provider readiness hooks ([aac37aa](https://github.com/voidrot/waygate/commit/aac37aad8320a1eb65795b31b72731bc30931fb7)) +* **core:** add plugin public API, storage namespaces, and app context ([82e998a](https://github.com/voidrot/waygate/commit/82e998a9f85c7cc7f6adf3286c39d6cb09df3d8d)) +* **llm:** implement LLM workflow profiles and options resolution ([39ffd83](https://github.com/voidrot/waygate/commit/39ffd8342de2b71da50eb2ccd73308cdfdbac383)) + + +### Bug Fixes + +* **plugins:** restore provider and storage contracts ([4e65931](https://github.com/voidrot/waygate/commit/4e65931e540a6950453efe7b962cd0653cdf9569)) +* **provider-ollama:** correct test monkeypatch to use plugin module reference ([ebeaf31](https://github.com/voidrot/waygate/commit/ebeaf31fffedd2f22e93a8ca49f0c05ae3a0ac23)) +* **workflows:** recover structured output fallbacks ([91829d0](https://github.com/voidrot/waygate/commit/91829d0916e6e37efc5cf707f1277164cefd1db7)) + + +### Documentation + +* **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/plugins/provider-ollama/pyproject.toml b/plugins/provider-ollama/pyproject.toml index e146543..8f8a6aa 100644 --- a/plugins/provider-ollama/pyproject.toml +++ b/plugins/provider-ollama/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-plugin-provider-ollama" -version = "0.1.0" +version = "0.1.1" description = "Ollama-backed LLM provider plugin for WayGate" readme = "README.md" authors = [