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:
Devid HW
2026-07-02 04:16:38 +07:00
parent 9c65cfbede
commit c0626572f3
4 changed files with 14 additions and 6 deletions
+8
View File
@@ -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
View File
@@ -481,7 +481,7 @@ dependencies = [
[[package]]
name = "mt5-quant"
version = "1.33.0"
version = "1.34.0"
dependencies = [
"anyhow",
"base64",
+1 -1
View File
@@ -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
View File
@@ -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"
},