bump: version 0.15.2 → 0.16.0

This commit is contained in:
github-actions[bot]
2025-10-19 00:13:49 +00:00
parent b8d241b596
commit cb7a609ec2
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -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)
### Refactor
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.15.2"
version = "0.16.0"
description = ""
authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -650,7 +650,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.15.2"
version = "0.16.0"
source = { editable = "." }
dependencies = [
{ name = "click" },