Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot] b43ffad708 bump: version 0.3.0 → 0.4.0 2025-07-06 07:50:10 +00:00
Chris Coutinho cab7a59d2b Merge pull request #71 from cbcoutinho/feature/tables-app
Initialize Tables App
2025-07-06 09:49:45 +02:00
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" },