Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 627 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 627 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2023-09-27

Fixed

  • Return Ok if amount to swap is zero in execute_swap_operation. This fixes a bug where the swap operation would fail if the amount to swap was zero, which might happen when basket liquidating assets with overlapping paths.

Changes

  • Bump cw-dex to version 0.4.0 and make relevant API changes.
    • NB: This is a breaking change.