bump: version 0.2.0 → 0.2.1

This commit is contained in:
Chris Coutinho
2025-05-24 22:54:30 +02:00
parent 0e6ff3bdda
commit fab0f3ef05
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
## v0.2.1 (2025-05-24)
### Fix
- Install deps before checking service
## v0.2.1 (2025-05-24)
## v0.2.0 (2025-05-24)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.2.0"
version = "0.2.1"
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.0"
version = "0.2.1"
source = { editable = "." }
dependencies = [
{ name = "httpx" },