Skip to content

Commit

Permalink
chore: bump versions and update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Aug 28, 2024
1 parent d7463e0 commit 346ea92
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 14 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ 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.4-rc.1] - 2024-08-21
# [0.6.0] - 2024-08-28

### Changed

- Removed `implementations` module in favor of new crates `cw-dex-astroport` and `cw-dex-osmosis`.
- Added two variants to `CwDexError` that are needed in `cw-dex-astroport`.

# [0.5.3] - 2024-02-13
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.145", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.31" }
apollo-cw-asset = "0.1.1"
osmosis-std = "0.22.0"
cw-it = { version = "0.4.0-rc.10", features = ["multi-test"]}
cw-it = { version = "0.4.0", features = ["multi-test"]}
apollo-utils = "0.1.0"
astroport_v2 = { package = "astroport", version = "2.9.0" }
astroport = { package = "astroport", version = "5.3.0" }
Expand All @@ -36,9 +36,9 @@ cw-multi-test = "=1.2.0"
apollo-cw-multi-test = { version = "0.19.0" ,features = ["stargate"] }

# Workspace packages
cw-dex = { path = "cw-dex", version = "0.6.0-rc.5" }
cw-dex-astroport = { path = "cw-dex-astroport", version = "0.3.0-rc.1" }
cw-dex-osmosis = { path = "cw-dex-osmosis", version = "0.2.0-rc.1" }
cw-dex = { path = "cw-dex", version = "0.6.0" }
cw-dex-astroport = { path = "cw-dex-astroport", version = "0.2.0" }
cw-dex-osmosis = { path = "cw-dex-osmosis", version = "0.2.0" }
cw-dex-test-contract = { path = "test-contracts/package" }
astroport-test-contract = { path = "test-contracts/astroport-test-contract" }
cw-dex-test-helpers = { path = "test-helpers" }
Expand Down
2 changes: 1 addition & 1 deletion cw-dex-astroport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4] - 2024-08-26
# [0.2.0] - 2024-08-28

### Changed

Expand Down
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.3.0-rc.2"
version = "0.2.0"
readme = "README.md"

[features]
Expand Down
12 changes: 12 additions & 0 deletions cw-dex-osmosis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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] - 2024-08-28

### Changed

- Use `cw-dex` 0.6.0
2 changes: 1 addition & 1 deletion cw-dex-osmosis/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 Osmosis AMM"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/apollodao/cw-dex"
version = "0.2.0-rc.2"
version = "0.2.0"
readme = "README.md"

[features]
Expand Down
2 changes: 1 addition & 1 deletion cw-dex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MPL-2.0"
name = "cw-dex"
repository = "https://github.com/apollodao/cw-dex"
version = "0.6.0-rc.5"
version = "0.6.0"
readme = "README.md"

[features]
Expand Down

0 comments on commit 346ea92

Please sign in to comment.