bump: version 0.3.0 → 0.4.0

This commit is contained in:
github-actions[bot]
2025-07-06 07:50:10 +00:00
parent cab7a59d2b
commit b43ffad708
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -1,3 +1,17 @@
## v0.4.0 (2025-07-06)
### Feat
- Add TablesClient and associated tools
### Fix
- update tests
### Refactor
- Modularize NC and Notes app client
## v0.3.0 (2025-06-06)
### Feat
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.3.0"
version = "0.4.0"
description = ""
authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -455,7 +455,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.3.0"
version = "0.4.0"
source = { editable = "." }
dependencies = [
{ name = "httpx" },