From 45bbf9703316ea81edce9730efc22226e6409492 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Oct 2025 22:55:23 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.16.0=20=E2=86=92=200.17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a34d5d..5d00ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 8e7b045..ee9a5b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} diff --git a/uv.lock b/uv.lock index 2eda631..57b7276 100644 --- a/uv.lock +++ b/uv.lock @@ -799,7 +799,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.16.0" +version = "0.17.0" source = { editable = "." } dependencies = [ { name = "caldav" },