From b43ffad708068d683852605398b5a1a7417acc68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Jul 2025 07:50:10 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 165a3a9f..605f4b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.4.0 (2025-07-06) + +### Feat + +- Add TablesClient and associated tools + +### Fix + +- update tests + +### Refactor + +- Modularize NC and Notes app client + ## v0.3.0 (2025-06-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 87b589f2..c1e188bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.3.0" +version = "0.4.0" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index a2f25ee6..7077cce7 100644 --- a/uv.lock +++ b/uv.lock @@ -455,7 +455,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.3.0" +version = "0.4.0" source = { editable = "." } dependencies = [ { name = "httpx" },