From cb7a609ec2c0caf54f81d57ea9822ff65c65f756 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Oct 2025 00:13:49 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.15.2=20=E2=86=92=200.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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" },