Releases: CosmWasm/wasmvm
Releases · CosmWasm/wasmvm
v1.2.3
- Fixes Cherry 🍒 (CWA-2023-002)
- Upgrade cosmwasm from 1.2.3 to 1.2.4
v1.1.2
- Fixes Cherry 🍒 (CWA-2023-002)
- Upgrade cosmwasm from 1.1.2 to 1.1.10
v1.0.1
- Fixes Cherry 🍒 (CWA-2023-002)
- Upgrade cosmwasm from 1.0.0 to 1.0.1
v1.2.2
- Fixes CWA-2023-001
- Upgrade cosmwasm from 1.2.2 to 1.2.3
- Use builders version 0015 (Rust 1.68.2)
v1.2.1
Please note that this release is a source code breaking change to 1.2.0.
See #419 for more information.
- Upgrade cosmwasm from 1.2.0 to 1.2.2
- Upgrade tempfile
- Create static build for mac
libwasmvmstatic_darwin.a
(#387) - Remove
tendermint-db
dependency by creating a custom iterator interface (#405) - Print Rust panics to stderr (#396)
v1.2.0
Build artifacts generated at this tag.
v1.2.0-rc.1
- Upgrade cosmwasm from 1.1.2 to 1.2.0-rc.1
- Test libwasmvm on Windows
v1.1.1
- Upgrade cosmwasm from 1.1.0 to 1.1.2
v1.1.0
- Upgrade cosmwasm from 1.0.0 to 1.1.0
- Fixes a but which led to a missing transaction info in
Env
(#345) - All the other things in the diff
v1.0.0
- Upgrade cosmwasm from 1.0.0-rc.0 to 1.0.0
- Make
LibwasmvmVersion
available in the top level project