From 47659f7f0614779e7f35962a9364dca5935a35aa Mon Sep 17 00:00:00 2001 From: Sturdy <91910406+apollo-sturdy@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:29:27 +0100 Subject: [PATCH] fix: bump version to 0.3.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b4c83..7460fd7 100644 --- a/CHANGELOG.md +++ b/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.1] - 2023-10-26 +# [0.3.0] - 2023-10-26 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 2fc6926..2484396 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -733,7 +733,7 @@ dependencies = [ [[package]] name = "cw-dex-router" -version = "0.2.1" +version = "0.3.0" dependencies = [ "apollo-cw-asset", "apollo-utils", diff --git a/Cargo.toml b/Cargo.toml index 06b8295..a653c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Apollo Devs "] edition = "2021" name = "cw-dex-router" -version = "0.2.1" +version = "0.3.0" readme = "README.md" repository = "https://github.com/apollodao/cw-dex-router" homepage = "https://apollo.farm"