From 847a69e2ba8b0d943fb53caa1168fa3c4a372000 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 25 May 2025 10:33:45 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.3=20=E2=86=92=200.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcc129..c5ef0f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.2.4 (2025-05-25) + +### Fix + +- Do not update dependencies when running in Dockerfile +- Configure logging + ## v0.2.3 (2025-05-25) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 342bf7b..ead051d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.2.3" +version = "0.2.4" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index 2aa482c..8b6201c 100644 --- a/uv.lock +++ b/uv.lock @@ -492,7 +492,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.2.3" +version = "0.2.4" source = { editable = "." } dependencies = [ { name = "httpx" },