Skip to content

Commit

Permalink
Merge pull request #164 from apollodao/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
apollo-sturdy authored Aug 28, 2024
2 parents bf5c63a + e569841 commit 16e8d80
Show file tree
Hide file tree
Showing 62 changed files with 1,216 additions and 1,838 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install nightly toolchain
run: cargo make install-nightly

- name: Install stable toolchain
run: cargo make install-stable

- name: Run cargo clippy
run: cargo make clippy-check

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Set up Go 1.21.6
uses: actions/setup-go@v5
with:
go-version: "1.21.6"

- name: Install cargo make
uses: davidB/rust-cargo-make@v1

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.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

### Changed
Expand Down
Loading

0 comments on commit 16e8d80

Please sign in to comment.