From e82bb5466b81f4a9d496f31202c35a6b91ecc960 Mon Sep 17 00:00:00 2001 From: Devid HW Date: Thu, 23 Apr 2026 01:05:43 +0700 Subject: [PATCH] bump version to 1.32.1 for crates.io republication Added package.metadata section with maintenance status. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d16057..dfc7842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mt5-quant" -version = "1.32.0" +version = "1.32.1" edition = "2021" description = "MCP server for MT5 strategy development on macOS/Linux" authors = ["masdevid "]