bump: version 0.17.1 → 0.18.0

This commit is contained in:
github-actions[bot]
2025-10-23 10:23:48 +00:00
parent 38e12db46a
commit 87c6f077f3
3 changed files with 18 additions and 2 deletions
+16
View File
@@ -1,3 +1,19 @@
## v0.18.0 (2025-10-23)
### Feat
- **server**: Add support for custom OIDC scopes and permissions via JWTs
- Initialize JWT-scoped tools
### Fix
- Use occ-created OAuth clients with allowed_scopes for all tests
- Separate OAuth fixtures for opaque vs JWT tokens
### Refactor
- Update JWT client to use DCR, re-enable tool filtering
## v0.17.1 (2025-10-20)
### Fix
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.17.1"
version = "0.18.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.17.1"
version = "0.18.0"
source = { editable = "." }
dependencies = [
{ name = "caldav" },