bump: version 0.12.1 → 0.12.2

This commit is contained in:
github-actions[bot]
2025-09-20 20:34:35 +00:00
parent 71da620099
commit 22811f29f6
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.12.2 (2025-09-20)
### Refactor
- Add `http` to --transport option
## v0.12.1 (2025-09-11)
### Fix
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.12.1"
version = "0.12.2"
description = ""
authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -550,7 +550,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.12.1"
version = "0.12.2"
source = { editable = "." }
dependencies = [
{ name = "click" },