bump: version 0.2.2 → 0.2.3

This commit is contained in:
github-actions[bot]
2025-05-25 08:57:33 +00:00
parent e53f4dc2dc
commit 85b9a14fc6
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.2.3 (2025-05-25)
### Fix
- Limit search results to notes with score > 0.5
## v0.2.2 (2025-05-24)
### Fix
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.2.2"
version = "0.2.3"
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.2"
version = "0.2.3"
source = { editable = "." }
dependencies = [
{ name = "httpx" },