bump: version 0.15.2 → 0.16.0
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
## v0.16.0 (2025-10-19)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **webdav**: Add search and list favorite response tools
|
||||||
|
|
||||||
|
### Perf
|
||||||
|
|
||||||
|
- **notes**: Improve notes search performance using async iterators
|
||||||
|
|
||||||
## v0.15.2 (2025-10-17)
|
## v0.15.2 (2025-10-17)
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.15.2"
|
version = "0.16.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Chris Coutinho",email = "chris@coutinho.io"}
|
{name = "Chris Coutinho",email = "chris@coutinho.io"}
|
||||||
|
|||||||
@@ -650,7 +650,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.15.2"
|
version = "0.16.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "click" },
|
{ name = "click" },
|
||||||
|
|||||||
Reference in New Issue
Block a user