From 08eebf9d62b88dd74cbd7d030bad8a1f86f23a7c Mon Sep 17 00:00:00 2001 From: Sturdy <91910406+apollo-sturdy@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:12:51 +0200 Subject: [PATCH] chore: bump cw-dex-astroport version --- Cargo.lock | 2 +- cw-dex-astroport/CHANGELOG.md | 2 +- cw-dex-astroport/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b03ddc6..f1ebc4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,7 +1038,7 @@ dependencies = [ [[package]] name = "cw-dex-astroport" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" dependencies = [ "apollo-cw-asset", "apollo-cw-multi-test", diff --git a/cw-dex-astroport/CHANGELOG.md b/cw-dex-astroport/CHANGELOG.md index 5645393..3bea2f5 100644 --- a/cw-dex-astroport/CHANGELOG.md +++ b/cw-dex-astroport/CHANGELOG.md @@ -5,7 +5,7 @@ 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.2.0-rc.1] - 2024-05-01 +# [0.2.0-rc.2] - 2024-05-01 ### Changed diff --git a/cw-dex-astroport/Cargo.toml b/cw-dex-astroport/Cargo.toml index 2ac5969..57c2165 100644 --- a/cw-dex-astroport/Cargo.toml +++ b/cw-dex-astroport/Cargo.toml @@ -5,7 +5,7 @@ description = "Implementation of the cw-dex API for the Astroport AMM" edition = "2021" license = "MPL-2.0" repository = "https://github.com/apollodao/cw-dex" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" readme = "README.md" [features]