bump: version 0.5.0 → 0.6.0
This commit is contained in:
@@ -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)
|
## v0.5.0 (2025-07-26)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Chris Coutinho",email = "chris@coutinho.io"}
|
{name = "Chris Coutinho",email = "chris@coutinho.io"}
|
||||||
|
|||||||
@@ -505,7 +505,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "httpx" },
|
{ name = "httpx" },
|
||||||
|
|||||||
Reference in New Issue
Block a user