From 0aeef1b87e3494348d54faef9f3ed93cc918b913 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Oct 2025 01:25:56 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.14.3=20=E2=86=92=200.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e12cce..a111492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.15.0 (2025-10-17) + +### Feat + +- **cookbook**: Add full Cookbook app support with 13 tools and 2 resources + ## v0.14.3 (2025-10-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index fe0b479..fb00fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.14.3" +version = "0.15.0" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index fd07de1..d39df83 100644 --- a/uv.lock +++ b/uv.lock @@ -630,7 +630,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.14.3" +version = "0.15.0" source = { editable = "." } dependencies = [ { name = "click" },