bump: version 0.20.0 → 0.21.0

This commit is contained in:
github-actions[bot]
2025-10-25 18:33:56 +00:00
parent bfdc33c390
commit 57a2157c58
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -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
+1 -1
View File
@@ -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"}
Generated
+1 -1
View File
@@ -941,7 +941,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.20.0"
version = "0.21.0"
source = { editable = "." }
dependencies = [
{ name = "caldav" },