bump: version 0.2.3 → 0.2.4

This commit is contained in:
github-actions[bot]
2025-05-25 10:33:45 +00:00
parent 186d2c1d94
commit 847a69e2ba
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.2.4 (2025-05-25)
### Fix
- Do not update dependencies when running in Dockerfile
- Configure logging
## v0.2.3 (2025-05-25)
### Fix
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.2.3"
version = "0.2.4"
description = ""
authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -492,7 +492,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.2.3"
version = "0.2.4"
source = { editable = "." }
dependencies = [
{ name = "httpx" },