bump: version 0.14.0 → 0.14.1

This commit is contained in:
github-actions[bot]
2025-10-15 15:26:35 +00:00
parent f26bca13f1
commit 9e4c20a4b1
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.14.1 (2025-10-15)
### Fix
- **oauth**: Remove the option to force_register new clients
## v0.14.0 (2025-10-15) ## v0.14.0 (2025-10-15)
### Feat ### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "nextcloud-mcp-server" name = "nextcloud-mcp-server"
version = "0.14.0" version = "0.14.1"
description = "" description = ""
authors = [ authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"} {name = "Chris Coutinho",email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -630,7 +630,7 @@ wheels = [
[[package]] [[package]]
name = "nextcloud-mcp-server" name = "nextcloud-mcp-server"
version = "0.14.0" version = "0.14.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "click" }, { name = "click" },