Skip to content

Commit

Permalink
Merge pull request #3 from wynddao/release-v1-3-0
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
ueco-jb authored Apr 11, 2023
2 parents d3c7a69 + 5377c27 commit cbb30b5
Show file tree
Hide file tree
Showing 27 changed files with 1,826 additions and 57 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.11
cosmwasm/workspace-optimizer:0.12.13
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: |
artifacts/checksums.txt
artifacts/wynd_lsd_hub.wasm
artifacts/gauge_adapter.wasm
artifacts/bond_router.wasm
221 changes: 196 additions & 25 deletions Cargo.lock

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

Loading

0 comments on commit cbb30b5

Please sign in to comment.