Skip to content

Commit

Permalink
Merge pull request #56 from apollodao/dev/bump-astroport-router
Browse files Browse the repository at this point in the history
feat: bump astroport-router to 1.2.0
  • Loading branch information
apollo-sturdy authored Mar 7, 2024
2 parents cc59997 + cbd9b00 commit 73bcb24
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.3.1] - 2024-03-07

### Changed

- Bump `astroport-router` to `1.2.0`.

## [0.3.0] - 2024-02-13

### Changed
Expand Down
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-it"
version = "0.3.0"
version = "0.3.1"
authors = ["Pacman <[email protected]>", "Sturdy <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down Expand Up @@ -102,7 +102,7 @@ astroport-generator = { version = "=2.3.0", optional = true }
astroport-maker = { version = "=1.3.1", optional = true }
astroport-pair-stable = { version = "=2.1.3", optional = true, features = ["library"] }
astroport-pair = { version = "=1.3.2", optional = true }
astroport-router = { version = "=1.1.1", optional = true }
astroport-router = { version = "=1.2.0", optional = true }
astroport-staking = { version = "=1.1.0", optional = true }
astroport-vesting = { version = "=1.3.1", optional = true, features = ["library"] }
astroport-whitelist = { version = "=1.0.1", optional = true, features = ["library"] }
Expand Down

0 comments on commit 73bcb24

Please sign in to comment.