bump: version 0.21.0 → 0.22.0

This commit is contained in:
github-actions[bot]
2025-10-29 09:32:27 +00:00
parent a29045cca4
commit 0e7e74867f
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.22.0 (2025-10-29)
### Feat
- **server**: Add /live & /health endpoints
- Initialize helm chart
## v0.21.0 (2025-10-25)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.21.0"
version = "0.22.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.21.0"
version = "0.22.0"
source = { editable = "." }
dependencies = [
{ name = "caldav" },