From 39131cefcce61c7869d900fc2428f67a944e61e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Nov 2025 11:09:40 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.39.0=20=E2=86=92=200.40.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5d6b4..d79970a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.40.0 (2025-11-16) + +### Feat + +- add unified provider architecture with Amazon Bedrock support + +### Fix + +- suppress Starlette middleware type warnings in ty checker + ## v0.39.0 (2025-11-16) ### Feat diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index ee15cfa..6216c70 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.39.0 -appVersion: "0.39.0" +version: 0.40.0 +appVersion: "0.40.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index 3fe8407..4760719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.39.0" +version = "0.40.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 2f35b19..3e0000c 100644 --- a/uv.lock +++ b/uv.lock @@ -1857,7 +1857,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.39.0" +version = "0.40.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },