bump: version 0.8.3 → 0.9.0
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
## v0.9.0 (2025-09-10)
|
||||||
|
|
||||||
|
### BREAKING CHANGE
|
||||||
|
|
||||||
|
- FASTMCP_-prefixed env vars have been replaced by CLI
|
||||||
|
arguments. Refer to the README for updated usage.
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **cli**: Replace `mcp run` with click CLI and runtime options
|
||||||
|
|
||||||
## v0.8.3 (2025-08-31)
|
## v0.8.3 (2025-08-31)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.8.3"
|
version = "0.9.0"
|
||||||
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.3"
|
version = "0.9.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "click" },
|
{ name = "click" },
|
||||||
|
|||||||
Reference in New Issue
Block a user