diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea5299..0a34d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 64459b4..7a1a52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} diff --git a/uv.lock b/uv.lock index 623d832..e9ad27a 100644 --- a/uv.lock +++ b/uv.lock @@ -650,7 +650,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.15.2" +version = "0.16.0" source = { editable = "." } dependencies = [ { name = "click" },