Skip to content

Commit

Permalink
release v0.3.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNTCS authored Sep 27, 2021
1 parent fd70cc5 commit 62a6ae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

[\#41](https://github.com/Anchor-Protocol/money-market-contracts/pull/41) Columbus-5 Update

## 0.2.0

[\#26](https://github.com/Anchor-Protocol/money-market-contracts/pull/26) Add bETH custody contract
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For production builds, run the following:
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.10.4
cosmwasm/workspace-optimizer:0.11.5
```

This performs several optimizations which can significantly reduce the final size of the contract binaries, which will be available inside the `artifacts/` directory.
Expand Down

0 comments on commit 62a6ae9

Please sign in to comment.