bump: version 0.19.1 → 0.20.0
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
## v0.20.0 (2025-10-24)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **auth**: Add support for client registration deletion
|
||||||
|
- Split read/write scopes into app:read/write scopes
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Add support for RFC 7592 client registration and deletion
|
||||||
|
- Update webdav models for proper serialization
|
||||||
|
|
||||||
## v0.19.1 (2025-10-24)
|
## v0.19.1 (2025-10-24)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.19.1"
|
version = "0.20.0"
|
||||||
description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data"
|
description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Chris Coutinho", email = "chris@coutinho.io"}
|
{name = "Chris Coutinho", email = "chris@coutinho.io"}
|
||||||
|
|||||||
@@ -931,7 +931,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.19.1"
|
version = "0.20.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "caldav" },
|
{ name = "caldav" },
|
||||||
|
|||||||
Reference in New Issue
Block a user