Skip to content

Releases: Joaopeuko/Mql5-Python-Integration

v0.6.11

28 Apr 17:10
Compare
Choose a tag to compare

v0.6.11 (2025-04-28)

This release is published under the MIT License.

Bug Fixes

Description

Add package manual trigger. Fix tests in live mode. (Trade works locally but not in CI due to headless mode. I don't want to spend too much time making it work).

Fixes #39


Detailed Changes: v0.6.10...v0.6.11

v0.6.10

27 Apr 21:03
Compare
Choose a tag to compare

v0.6.10 (2025-04-27)

This release is published under the MIT License.

Bug Fixes

  • Fix all the broken changes from the last pr (#36, fa5d1fa)

Description

This PR improve documentation, Adds unittest, that, don't use mock data, to ensure it works. Make the code work again.

Fixes #35

Description

Remove UV from documentation deployment.

Fixes #37

Refactoring

  • Re-arrange the project to make improvements (#34, 087ecff)

Description

This PR adds a few things:

  • Documentation page
  • Pre-commit CI
  • Pytest CI
  • Integration test CI

Fixes #29

This is a breaking changes.


Detailed Changes: v0.6.9...v0.6.10