Skip to content

Commit

Permalink
Merge pull request #34 from apollodao/dev/v0.4.0
Browse files Browse the repository at this point in the history
v0.4.0
  • Loading branch information
apollo-sturdy authored Feb 14, 2024
2 parents 56b7139 + b550d8f commit 7cbacda
Show file tree
Hide file tree
Showing 21 changed files with 1,016 additions and 886 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: actions/checkout@v3

- name: Check all commit messages for adherence
uses: bilalshaikh42/action-conventional-commits@v2.0.1
uses: webiny/action-conventional-commits@v1.3.0
10 changes: 9 additions & 1 deletion .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,25 @@ env:
jobs:
lint-and-format:
name: Lint and check formatting
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- 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

- 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
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ env:
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- 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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.4.0] - 2024-02-13

### Changed

- Use Astroport incentives contract instead of generator for staking rewards.
- Bumped `cw-dex` to `0.5.3`
- Started using `cw-dex-astroport` crate for Pool and Staking implementations.
- Bumped `cw-it` to `0.3.0`.

# [0.3.0] - 2024-02-03

### Added
- Add optional deposit and withdrawal fees

# [0.2.0] - 2023-11-03

### Changed
Expand Down
Loading

0 comments on commit 7cbacda

Please sign in to comment.