From 929ccea57eedf8c181ed648f6dec44d6b89d98e5 Mon Sep 17 00:00:00 2001 From: Sturdy <91910406+apollo-sturdy@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:28:24 +0200 Subject: [PATCH] chore: bump cw-dex version --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 4 ++-- cw-dex/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab5a7f..291e0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# [0.5.2] - 2024-02-13 +# [0.5.4-rc.1] - 2024-08-21 + +### Changed + +- Added two variants to `CwDexError` that are needed in `cw-dex-astroport`. + +# [0.5.3] - 2024-02-13 ### Changed diff --git a/Cargo.lock b/Cargo.lock index f1ebc4a..d734c5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "cw-dex" -version = "0.5.3" +version = "0.5.4-rc.1" dependencies = [ "apollo-cw-asset", "apollo-utils", diff --git a/Cargo.toml b/Cargo.toml index 51712b3..2153be4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,8 @@ cw-multi-test = "=1.2.0" apollo-cw-multi-test = { version = "0.19.0-rc.1" ,features = ["stargate"] } # Workspace packages -cw-dex = { path = "cw-dex", version = "0.5.3" } -cw-dex-astroport = { path = "cw-dex-astroport", version = "0.2.0-rc.1" } +cw-dex = { path = "cw-dex", version = "0.5.4-rc.1" } +cw-dex-astroport = { path = "cw-dex-astroport", version = "0.2.0-rc.2" } cw-dex-osmosis = { path = "cw-dex-osmosis", version = "0.1.0" } cw-dex-test-contract = { path = "test-contracts/package" } astroport-test-contract = { path = "test-contracts/astroport-test-contract" } diff --git a/cw-dex/Cargo.toml b/cw-dex/Cargo.toml index b0b98bb..d18766a 100644 --- a/cw-dex/Cargo.toml +++ b/cw-dex/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MPL-2.0" name = "cw-dex" repository = "https://github.com/apollodao/cw-dex" -version = "0.5.3" +version = "0.5.4-rc.1" readme = "README.md" [features]