Skip to content

Commit

Permalink
chore: bump cw-dex-astroport version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed May 1, 2024
1 parent ead2c68 commit 8932f5e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ proptest = "1.0.0"

# Workspace packages
cw-dex = { path = "cw-dex", version = "0.5.3" }
cw-dex-astroport = { path = "cw-dex-astroport", version = "0.1.1" }
cw-dex-astroport = { path = "cw-dex-astroport", version = "0.2.0-rc.1" }
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" }
Expand Down
14 changes: 14 additions & 0 deletions cw-dex-astroport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

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

### Changed

- Bumped `astroport_v3` dependency alias of `astroport` package to `5.0.0-rc.1-tokenfactory`.
- Changed `AstroportStaking` field `lp_token_addr: Addr` to `lp_token: AssetInfo`.
- Changed `AstroportPool` field `lp_token_addr: Addr` to `lp_token: AssetInfo`.
2 changes: 1 addition & 1 deletion cw-dex-astroport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1"
version = "0.2.0-rc.1"
readme = "README.md"

[features]
Expand Down

0 comments on commit 8932f5e

Please sign in to comment.