Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot] ee0e4d96a8 bump: version 0.5.0 → 0.6.0 2025-07-29 05:40:27 +00:00
3 changed files with 17 additions and 2 deletions
+15
View File
@@ -1,3 +1,18 @@
## v0.6.0 (2025-07-29)
### Feat
- **calendar**: add comprehensive Calendar app support via CalDAV protocol
### Fix
- apply ruff formatting to pass CI checks
- **calendar**: address PR feedback from maintainer
### Refactor
- **calendar**: optimize logging for production readiness
## v0.5.0 (2025-07-26)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.5.0"
version = "0.6.0"
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.5.0"
version = "0.6.0"
source = { editable = "." }
dependencies = [
{ name = "httpx" },