bump: version 0.10.0 → 0.11.0

This commit is contained in:
github-actions[bot]
2025-09-11 07:40:38 +00:00
parent c2284298ce
commit 6fa59621bf
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.11.0 (2025-09-11)
### Feat
- **deck**: Add support for stack, cards, labels
- **deck**: Initialize Deck app client/server
## v0.10.0 (2025-09-10)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.10.0"
version = "0.11.0"
description = ""
authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -505,7 +505,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.10.0"
version = "0.11.0"
source = { editable = "." }
dependencies = [
{ name = "click" },