bump: version 0.6.0 → 0.6.1

This commit is contained in:
github-actions[bot]
2025-08-01 10:41:12 +00:00
parent 9cc5300aa8
commit 73fb56f73d
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.6.1 (2025-08-01)
### Fix
- **calendar**: Fix iCalendar date vs datetime format
- **calendar**: Remove try/except in calendar API
## v0.6.0 (2025-07-29)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.6.0"
version = "0.6.1"
description = ""
authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -505,7 +505,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.6.0"
version = "0.6.1"
source = { editable = "." }
dependencies = [
{ name = "httpx" },