From 8367208a03da46167a92c20b3c4c97e6c0f147c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Nov 2025 07:25:33 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.41.0=20=E2=86=92=200.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ charts/nextcloud-mcp-server/Chart.yaml | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5fb117..6eb89a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.42.0 (2025-11-17) + +### Feat + +- **viz**: Add dual-score display and improve UI controls + ## v0.41.0 (2025-11-17) ### Feat diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index 943817b..d573a95 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.41.0 -appVersion: "0.41.0" +version: 0.42.0 +appVersion: "0.42.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index 0a9b07c..a25bd64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.41.0" +version = "0.42.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 ed4a77c..2d4f341 100644 --- a/uv.lock +++ b/uv.lock @@ -1857,7 +1857,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.41.0" +version = "0.42.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },