bump: version 0.13.0 → 0.14.0
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
## v0.14.0 (2025-10-15)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- Add Groups API client
|
||||||
|
- add sharing API client and server tools
|
||||||
|
- **users**: Initialize user API client
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Update user/groups API to OCS v2
|
||||||
|
|
||||||
## v0.13.0 (2025-10-13)
|
## v0.13.0 (2025-10-13)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Chris Coutinho",email = "chris@coutinho.io"}
|
{name = "Chris Coutinho",email = "chris@coutinho.io"}
|
||||||
|
|||||||
@@ -630,7 +630,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "click" },
|
{ name = "click" },
|
||||||
|
|||||||
Reference in New Issue
Block a user