bump: version 0.17.0 → 0.17.1

This commit is contained in:
github-actions[bot]
2025-10-20 21:16:09 +00:00
parent 0e79ba06a9
commit 4984496d81
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.17.1 (2025-10-20)
### Fix
- **caldav**: Fix caldav search() due to missing todos
## v0.17.0 (2025-10-19)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.17.0"
version = "0.17.1"
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
@@ -799,7 +799,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.17.0"
version = "0.17.1"
source = { editable = "." }
dependencies = [
{ name = "caldav" },