Skip to content

Releases: CosmWasm/wasmvm

v1.2.0

24 Jan 15:18
Compare
Choose a tag to compare

Build artifacts generated at this tag.

v1.2.0-rc.1

17 Jan 14:22
Compare
Choose a tag to compare

v1.1.1

19 Sep 15:41
Compare
Choose a tag to compare

v1.1.0

06 Sep 16:10
Compare
Choose a tag to compare
  • 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

16 May 11:59
Compare
Choose a tag to compare

v1.0.0-rc.0

05 May 23:54
Compare
Choose a tag to compare
  • 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

06 Apr 14:32
Compare
Choose a tag to compare

👨‍🏫 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.

v0.16.7

06 Apr 14:27
Compare
Choose a tag to compare

v0.16.6

29 Mar 10:14
Compare
Choose a tag to compare
  • 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

24 Mar 15:13
Compare
Choose a tag to compare

Very similat to v1.0.0-beta8 but built with the latest stable Rust compiler. libwasmvm_muslc.aarch64.a is working now.