Releases: CosmWasm/wasmvm
Releases · CosmWasm/wasmvm
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
v1.0.0-rc.0
- Upgrade cosmwasm from 1.0.0-beta8 to 1.0.0-rc.0
- Add shared library build for ARM/glibc Linux
- Create
LibwasmvmVersion()
to get the version of the loaded library at runtime (#314) - All the other things
v1.0.0-beta10
👨🏫 Please note: In the Go dependency resolution, wasmvm 1.0.0-beta10
is lower than 1.0.0-beta2
due to lexicographic sorting. That's our fault, sorry for the inconvenience! Please consult go list -m github.com/CosmWasm/wasmvm
and go list -m -versions github.com/CosmWasm/wasmvm
to ensure the correct version of the dependency is used in your project.
- Upgrade cosmwasm from 1.0.0-beta7 to 1.0.0-beta8
- Contains patch for CWA-2022-002
v0.16.7
- Upgrade cosmwasm from 0.16.6 to 0.16.7
- Contains patch for CWA-2022-002
v0.16.6
- Upgrade cosmwasm from 0.16.5 to 0.16.6
- Upgrade builders from version 0009 to 0011 (upgrades Rust to 1.59.0)
v1.0.0-beta9
Very similat to v1.0.0-beta8 but built with the latest stable Rust compiler. libwasmvm_muslc.aarch64.a
is working now.