bump: version 0.8.2 → 0.8.3
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
## v0.8.3 (2025-08-31)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **server**: Replace ErrorResponses with standard McpErrors
|
||||||
|
- **notes**: Include ETags in responses to avoid accidently updates
|
||||||
|
|
||||||
## v0.8.2 (2025-08-31)
|
## v0.8.2 (2025-08-31)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.8.2"
|
version = "0.8.3"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Chris Coutinho",email = "chris@coutinho.io"}
|
{name = "Chris Coutinho",email = "chris@coutinho.io"}
|
||||||
|
|||||||
@@ -505,7 +505,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.8.2"
|
version = "0.8.3"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "httpx" },
|
{ name = "httpx" },
|
||||||
|
|||||||
Reference in New Issue
Block a user