bump: version 0.15.0 → 0.15.1

This commit is contained in:
github-actions[bot]
2025-10-17 02:49:37 +00:00
parent 0145be4bbd
commit 7549c988f4
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.15.1 (2025-10-17)
### Fix
- Increase HTTP client timeout to 30s
- Handle RequestError in mcp tools
## v0.15.0 (2025-10-17)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.15.0"
version = "0.15.1"
description = ""
authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -630,7 +630,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.15.0"
version = "0.15.1"
source = { editable = "." }
dependencies = [
{ name = "click" },