Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 1.01 KB

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.5.0] - 2024-08-28

  • Bump cw-dex-astroport to 0.2.0.
  • Bump cw-dex-osmosis to 0.2.0.
  • Bump cw-it to 0.4.0.

[0.4.0] - 2024-03-08

  • Replace cw-dex/astroport with cw-dex-astroport and cw-dex/osmosis with cw-dex-osmosis.
  • Bump cw-it and cw-dex.

[0.3.1] - 2024-02-06

  • Bump cw-dex to version 0.5.1.

[0.3.0] - 2023-10-26

Changed

  • Bump cw-dex to version 0.5.0.

[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.