From d654b82f9db0546129cead70fcb9fa862f4b8d6c Mon Sep 17 00:00:00 2001 From: dceoy <1938249+dceoy@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:36:34 +0900 Subject: [PATCH] Bump version from 0.6.0 to 0.6.1. Co-authored-by: Cursor --- docs/api/trading.md | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/trading.md b/docs/api/trading.md index aa0d352..016496a 100644 --- a/docs/api/trading.md +++ b/docs/api/trading.md @@ -51,8 +51,8 @@ limits = determine_order_limits( ) ``` -Protective ratios must satisfy ``0 <= ratio < 1``; ``0`` omits that level. -``calculate_margin_and_volume()`` clamps negative ``margin_free`` to ``0.0`` +Protective ratios must satisfy `0 <= ratio < 1`; `0` omits that level. +`calculate_margin_and_volume()` clamps negative `margin_free` to `0.0` before sizing. ## Migration from mteor-local helpers diff --git a/pyproject.toml b/pyproject.toml index 7659f43..0c81b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mt5cli" -version = "0.6.0" +version = "0.6.1" description = "Command-line tool for MetaTrader 5" authors = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}] maintainers = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}] diff --git a/uv.lock b/uv.lock index c30bb51..6571114 100644 --- a/uv.lock +++ b/uv.lock @@ -487,7 +487,7 @@ wheels = [ [[package]] name = "mt5cli" -version = "0.6.0" +version = "0.6.1" source = { editable = "." } dependencies = [ { name = "click" },