From 6b1f5c12c83c99ae95ce3dade3b53cafffc7e69b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 Aug 2025 17:28:57 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.7.2=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e07a16a..ee6ff3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.8.0 (2025-08-30) + +### Feat + +- **client**: Preserve fields when modifying contacts/calendar resources +- **server**: Add structured output to all tool/resource output + +### Refactor + +- Use _make_request where available + ## v0.7.2 (2025-08-30) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 09bb01d..178eed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.7.2" +version = "0.8.0" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index 1df9d10..af1ae4e 100644 --- a/uv.lock +++ b/uv.lock @@ -505,7 +505,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.7.2" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "httpx" },