bump: version 0.18.0 → 0.19.0

This commit is contained in:
github-actions[bot]
2025-10-23 23:50:51 +00:00
parent ff32149220
commit bfbaed9a66
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
## v0.19.0 (2025-10-23)
### Feat
- Enable token introspection for opaque tokens
### Fix
- Add CORS middleware to allow browser-based clients like MCP Inspector
## v0.18.0 (2025-10-23)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.18.0"
version = "0.19.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
@@ -931,7 +931,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.18.0"
version = "0.19.0"
source = { editable = "." }
dependencies = [
{ name = "caldav" },