From 57a2157c582d3aa0aabfa6fe424baefec20506a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Oct 2025 18:33:56 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.20.0=20=E2=86=92=200.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2486664..a281f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.21.0 (2025-10-25) + +### Feat + +- Add text processing background worker for telling client about progress + +### Refactor + +- Transform document parsing into pluggable processor architecture + ## v0.20.0 (2025-10-24) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 6850c55..f83358c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.20.0" +version = "0.21.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 9acf42c..c2deb6c 100644 --- a/uv.lock +++ b/uv.lock @@ -941,7 +941,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.20.0" +version = "0.21.0" source = { editable = "." } dependencies = [ { name = "caldav" },