bump: version 0.16.0 → 0.17.0

This commit is contained in:
github-actions[bot]
2025-10-19 22:55:23 +00:00
parent 14a0f166fe
commit 45bbf97033
3 changed files with 17 additions and 2 deletions
+15
View File
@@ -1,3 +1,18 @@
## v0.17.0 (2025-10-19)
### Feat
- **caldav**: Add support for tasks
### Fix
- **caldav**: Check that calendar exists after creation to avoid race condition
- **caldav**: Properly parse datetimes as vDDDTypes
### Refactor
- Migrate from internal CalendarClient to caldav library
## v0.16.0 (2025-10-19)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.16.0"
version = "0.17.0"
description = ""
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.16.0"
version = "0.17.0"
source = { editable = "." }
dependencies = [
{ name = "caldav" },