bump: version 0.25.0 → 0.26.0

This commit is contained in:
github-actions[bot]
2025-11-08 03:48:50 +00:00
parent afee3e8bb4
commit 218f0bd366
4 changed files with 15 additions and 4 deletions
+11
View File
@@ -1,3 +1,14 @@
## v0.26.0 (2025-11-08)
### Feat
- add real elicitation integration test with python-sdk MCP client
- unify session architecture and enhance login status visibility
### Fix
- Consolidate OAuth callbacks and implement PKCE for all flows
## v0.25.0 (2025-11-05)
### BREAKING CHANGE
+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.25.0
appVersion: "0.25.0"
version: 0.26.0
appVersion: "0.26.0"
keywords:
- nextcloud
- mcp
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.25.0"
version = "0.26.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
@@ -975,7 +975,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.25.0"
version = "0.26.0"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },