From 457c115ef451c3f7f635f0ee66f267954a2a3382 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Jun 2026 22:24:38 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.110.2=20=E2=86=92=200.111.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b892ccdc..b9b52c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to the Nextcloud MCP Server will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://peps.python.org/pep-0440/). +## v0.111.0 (2026-06-10) + +### Feat + +- **deck**: surface remapped labels in move-card response +- **deck**: add deck_move_card_to_board tool for cross-board moves + +### Fix + +- **deck**: make done-restore best-effort on move; cover combined states +- **deck**: preserve done/archived and validate target board on move + ## v0.110.2 (2026-06-10) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 803528ff..107cf47d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.110.2" +version = "0.111.0" description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data" authors = [ {name = "Chris Coutinho", email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index 7769aed2..97fe6302 100644 --- a/uv.lock +++ b/uv.lock @@ -2183,7 +2183,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.110.2" +version = "0.111.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },