Releases: apollodao/vault-zapper
Releases · apollodao/vault-zapper
v0.3.0
[0.3.0] - 2024-03-07
All wasm files built on CI with abstractmoney/rust-optimizer:0.15.0
.
Changed
- Bumped
cw-dex
to0.5.3
- Use crates
cw-dex-astroport
andcw-dex-osmosis
instead of the now deprecated features ofcw-dex
. This means moving thePool
enum to this crate. - Bump
cw2
to1.1.2
- Bump
cw-it
to0.3.1
- Bump
locked-astroport-vault
andlocked-astroport-vault-test-helpers
to0.4.2
. - Bump
cw-vault-standard-test-helpers
to0.4.1
.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
[0.2.0] - 2023-11-06
All wasm files built on CI with abstractmoney/rust-optimizer:0.15.0.
Changed
- chore: bump deps by @apollo-sturdy in #7
- Bumped
cw-dex
to0.5.0
- This required adding the field
astroport_liquidity_manager: String
toInstantiateMsg
.
- This required adding the field
- Bumped
cw-dex-router
to0.3.0
- Bumped
liquidity-helper
andastroport-liquidity-helper
to0.3.0
- Bumped
cosmwasm-std
andcosmwasm-schema
to1.5.0
- Bumped
cw-vault-standard
to0.4.0
- Bumped
Full Changelog: v0.1.0...v0.2.0
v0.1.0
[0.1.0] - 2023-09-29
Initial release.
All wasm files built on CI with abstractmoney/rust-optimizer:0.15.0
.