Releases: osmosis-labs/beaker
Releases · osmosis-labs/beaker
v0.1.8
v0.1.7
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- not ignore lock, because i cannot compile until copied lock for docs.rs by @dzmitry-lahoda in #121
- bump dependencies (
cosmrs
,clap
) - fix installation failure
New Contributors
- @dzmitry-lahoda made their first contribution in #121
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
What's new
v0.1.4 comes with new task scripting capability which makes
- contracts wiring logic easier to write
- run assertion to ensure the script is running correctly
- can be used as integration testing
Jump to the documentation to learn more!
v0.1.3
v0.1.2
v0.1.1
v0.1.0
What's new
- CosmWasm 1.1 support
- Use programmatic approach to
ts-codegen
over cli approach, which gives more control to the developer. - scaffolding template update
minimal
for no example, only skeleton type templatecounter-example
(no pun intended) has counter contract + frontend example
Migration
see v0.1.0 migration
v0.0.8
What's new
- Bail on external command line error to avoid confusion
- Add execute and query command (by @vernonjohnson)