From daeb95f3c3f87dd137355b5db219a6e1cb16f7bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 31 Aug 2025 10:36:56 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.8.1=20=E2=86=92=200.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c0655..83d7fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.8.2 (2025-08-31) + +### Fix + +- **notes**: Remove note contents from responses to reduce token usage + ## v0.8.1 (2025-08-30) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 707d57b..9ad7f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.8.1" +version = "0.8.2" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index e08269a..677ce73 100644 --- a/uv.lock +++ b/uv.lock @@ -505,7 +505,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.8.1" +version = "0.8.2" source = { editable = "." } dependencies = [ { name = "httpx" },