From 22811f29f60f5d04594ab904e55665e203c079c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Sep 2025 20:34:35 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.12.1=20=E2=86=92=200.12.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 aa9d6ba..18bec38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.12.2 (2025-09-20) + +### Refactor + +- Add `http` to --transport option + ## v0.12.1 (2025-09-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 46e5853..bc50c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.12.1" +version = "0.12.2" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index 06f6558..972a2fb 100644 --- a/uv.lock +++ b/uv.lock @@ -550,7 +550,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.12.1" +version = "0.12.2" source = { editable = "." } dependencies = [ { name = "click" },