bump: version 0.103.0 → 0.104.0

This commit is contained in:
github-actions[bot]
2026-06-05 00:47:32 +00:00
parent c67b998784
commit 3e681ef2ee
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -5,6 +5,20 @@ 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.104.0 (2026-06-05)
### Feat
- tier-3 OCR processor (gateway or direct Mistral)
- tiered PDF processor with pypdfium2 fast path (deprecate pymupdf4llm)
### Fix
- **review**: _enum_fields validation, gate classify_from_text flags, OCR warnings
- **review**: lock OCR backend init, warn on rollback fallthrough, zero-page metric
- **review**: cache OCR backend, drop asserts, real pipeline_tier, guard zero-page
- OCR escalation falls back to tier-1 result when OCR can't run
## v0.103.0 (2026-06-04)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.103.0"
version = "0.104.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"}
Generated
+1 -1
View File
@@ -2183,7 +2183,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.103.0"
version = "0.104.0"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },