bump: version 0.37.0 → 0.38.0

This commit is contained in:
github-actions[bot]
2025-11-16 10:18:37 +00:00
parent c1aad94aa7
commit b58b200452
4 changed files with 26 additions and 4 deletions
+22
View File
@@ -1,3 +1,25 @@
## v0.38.0 (2025-11-16)
### Feat
- add concurrent uploads and --force flag to upload command
- implement RAG evaluation framework with CLI tooling
### Fix
- download qrels from BEIR ZIP instead of HuggingFace
### Refactor
- migrate asyncio to anyio for consistent structured concurrency
- replace httpx client with NextcloudClient in upload command
### Perf
- Eliminate double-fetching in semantic search sampling
- fix vector viz search performance and visual encoding
- make note deletion concurrent in upload --force
## v0.37.0 (2025-11-16)
### Feat
+2 -2
View File
@@ -2,8 +2,8 @@ apiVersion: v2
name: nextcloud-mcp-server
description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud
type: application
version: 0.37.0
appVersion: "0.37.0"
version: 0.38.0
appVersion: "0.38.0"
keywords:
- nextcloud
- mcp
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.37.0"
version = "0.38.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
@@ -1648,7 +1648,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.37.0"
version = "0.38.0"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },