From f44bf3e8f2ef6da7d27ef9eacd2b33242dc2c858 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Nov 2025 07:02:49 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.30.0=20=E2=86=92=200.31.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f8dbd..f9a2f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.31.0 (2025-11-10) + +### Feat + +- skip tracing for health and metrics endpoints + +### Fix + +- add retry logic for ETag conflicts in category change test +- optimize Notes API pagination with pruneBefore parameter + ## v0.30.0 (2025-11-10) ### Feat diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index b07d88f..6d169e8 100644 --- a/charts/nextcloud-mcp-server/Chart.yaml +++ b/charts/nextcloud-mcp-server/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nextcloud-mcp-server description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud type: application -version: 0.30.0 -appVersion: "0.30.0" +version: 0.31.0 +appVersion: "0.31.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index abe7ce5..e9153db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.30.0" +version = "0.31.0" description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data" authors = [ {name = "Chris Coutinho", email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index f8e62f3..21f6bab 100644 --- a/uv.lock +++ b/uv.lock @@ -1053,7 +1053,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.30.0" +version = "0.31.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },