bump: version 0.119.0 → 0.120.0

This commit is contained in:
github-actions[bot]
2026-06-16 14:27:04 +00:00
parent 3b40898a79
commit 68b4f5f1f7
3 changed files with 24 additions and 2 deletions
+22
View File
@@ -5,6 +5,28 @@ 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.120.0 (2026-06-16)
### Feat
- **vector-sync**: honor Astrolabe admin consent for searchable sources
### Fix
- **vector-sync**: address round-7 — only log purge endpoint when enabled
- **vector-sync**: address round-6 review — rename shadowed var, add test
- **vector-sync**: address round-5 review — partial-failure signal, markers
- **vector-sync**: address round-4 review — processor test, partial eviction
- **vector-sync**: address round-3 review — gate purge route, bound set, nits
- **vector-sync**: address round-2 review — one-shot backstop, helper, caps
- **vector-sync**: address PR review — dict guard, symmetric backstop, metrics
### Refactor
- **scanner**: _should_scan helper to cut scan_user_documents complexity
- **scanner**: cut backstop cognitive complexity (SonarQube S3776)
- **vector-sync**: dedupe "Bad request" 400s via a helper (SonarCloud S1192)
## v0.119.0 (2026-06-15)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.119.0"
version = "0.120.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.119.0"
version = "0.120.0"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },