release: v1.34.0
- Version bump 1.33.0 → 1.34.0 - server.json identifier URL updated (SHA256 set by CI after build) - CHANGELOG.md updated
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [1.34.0] — 2026-07-02
|
||||
|
||||
- docs: update changelog and tool documentation for rolling backtest
|
||||
- feat: add rolling backtest and optimization improvements
|
||||
- fix: sync Cargo.lock, remove unused Agents config from optimizer
|
||||
- fix: sync Cargo.lock version, remove unused agents config from optimizer
|
||||
|
||||
|
||||
## [1.33.0] — 2026-06-25
|
||||
|
||||
### Added
|
||||
|
||||
Generated
+1
-1
@@ -481,7 +481,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mt5-quant"
|
||||
version = "1.33.0"
|
||||
version = "1.34.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mt5-quant"
|
||||
version = "1.33.0"
|
||||
version = "1.34.0"
|
||||
edition = "2021"
|
||||
description = "MCP server for MT5 strategy development on macOS/Linux"
|
||||
authors = ["masdevid <masdevid@example.com>"]
|
||||
|
||||
+4
-4
@@ -7,13 +7,13 @@
|
||||
"url": "https://github.com/masdevid/mt5-quant",
|
||||
"source": "github"
|
||||
},
|
||||
"version": "1.33.0",
|
||||
"version": "1.34.0",
|
||||
"packages": [
|
||||
{
|
||||
"registryType": "mcpb",
|
||||
"version": "1.33.0",
|
||||
"identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.33.0/mcp-mt5-quant-macos-arm64.tar.gz",
|
||||
"fileSha256": "ddd1ecc9e68149567a0f0e685b82d42768dfcf446450be19f84a07d198c35920",
|
||||
"version": "1.34.0",
|
||||
"identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.34.0/mcp-mt5-quant-macos-arm64.tar.gz",
|
||||
"fileSha256": "TBD_CI_WILL_UPDATE",
|
||||
"transport": {
|
||||
"type": "stdio"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user