From 35abc4eaaec8b69bf7852d6b24953ecf0bb0020b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Mar 2026 08:41:11 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.65.4=20=E2=86=92=200.66.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d267cb3d..2b67e43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ All notable changes to the Nextcloud MCP Server will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://peps.python.org/pep-0440/). +## v0.66.0 (2026-03-28) + +### Feat + +- add Nextcloud Collectives app support (#621) + +### Fix + +- address PR review feedback (round 9) +- address PR review feedback (round 8) +- address PR review feedback (round 7) and fix CI +- address PR review feedback (round 6) +- address PR review feedback (round 5) +- add trash/delete collective tools and address review feedback (round 4) +- address PR review feedback (round 3) +- address PR review feedback (round 2) +- correct tool annotations to match ADR-017 conventions +- address PR review feedback for Collectives support + ## v0.65.4 (2026-03-27) ### Fix diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index afb64b26..2d126004 100644 --- a/charts/nextcloud-mcp-server/Chart.yaml +++ b/charts/nextcloud-mcp-server/Chart.yaml @@ -3,7 +3,7 @@ name: nextcloud-mcp-server description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud type: application version: 0.58.11 -appVersion: "0.65.4" +appVersion: "0.66.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index 2492829e..9c506103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.65.4" +version = "0.66.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 3e75f39d..7b69d118 100644 --- a/uv.lock +++ b/uv.lock @@ -2086,7 +2086,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.65.4" +version = "0.66.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },