From f70d743c8b16573a1ac652579610f42a73f168d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Dec 2025 06:23:14 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.48.6=20=E2=86=92=200.49.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f8595..d73441e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v0.49.0 (2025-12-08) + +### Feat + +- **news**: add Nextcloud News app integration + +### Fix + +- resolve all type checking errors (8 errors fixed) + +### Refactor + +- **news**: simplify vector sync to fetch all items + +### Perf + +- **news**: use direct API endpoint for get_item() + ## v0.48.6 (2025-12-03) ### Fix diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index 3736f39..c7ce2d0 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.48.6 -appVersion: "0.48.6" +version: 0.49.0 +appVersion: "0.49.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index 1c02d8d..0479b12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.48.6" +version = "0.49.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 818efbd..cf9105d 100644 --- a/uv.lock +++ b/uv.lock @@ -1962,7 +1962,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.48.6" +version = "0.49.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },