Skip to content

Commit be9d046

Browse files
author
semantic-release
committed
chore(release): v0.6.11
1 parent b95bef0 commit be9d046

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# CHANGELOG
22

33

4+
## v0.6.11 (2025-04-28)
5+
6+
### Bug Fixes
7+
8+
- Tag not triggering package ([#40](https://github.com/Joaopeuko/Mql5-Python-Integration/pull/40),
9+
[`b95bef0`](https://github.com/Joaopeuko/Mql5-Python-Integration/commit/b95bef0c800dda14a6c89933c6f4b1385a80ea1f))
10+
11+
### Description
12+
13+
Add package manual trigger. Fix `tests` in live mode. (Trade works locally but not in CI due to
14+
headless mode. I don't want to spend too much time making it work).
15+
16+
Fixes #39
17+
18+
419
## v0.6.10 (2025-04-27)
520

621
### Bug Fixes

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "mqpy"
1010
authors = [
1111
{email = "joao@example.com", name = "Joao Euko"},
1212
]
13-
version = "0.6.10"
13+
version = "0.6.11"
1414
description = "I developed this library to simplify the process of creating an Expert Advisor in MQL5. While developing in MQL5 can be complex, the same task is more streamlined in Python."
1515
requires-python = ">=3.8"
1616
dependencies = []

0 commit comments

Comments
 (0)