From 020be5290f5f05c0ef895e04d22966401ffbf6df Mon Sep 17 00:00:00 2001 From: Yongwoo Lee Date: Thu, 30 Sep 2021 15:39:14 +0900 Subject: [PATCH] release: version 0.14.0-0.7.0 (#47) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 +++- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8bb974a..6be67c343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [[0.14.0-0.7.0](https://github.com/line/wasmvm/compare/v0.14.0-0.6.1...0.14.0-0.7.0)] - 2021-09-30 + +### Features + +* add static linking of wasmvm ([#46](https://github.com/line/wasmvm/issues/46)) + + ## [[0.14.0-0.6.1](https://github.com/line/wasmvm/compare/v0.14.0-0.6.0...0.14.0-0.6.1)] - 2021-07-15 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 4d292f5fa..6c83330e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.1" @@ -1538,7 +1540,7 @@ checksum = "87cc2fe6350834b4e528ba0901e7aa405d78b89dc1fa3145359eb4de0e323fcf" [[package]] name = "wasmvm" -version = "0.14.0-0.6.1" +version = "0.14.0-0.7.0" dependencies = [ "cbindgen", "cosmwasm-std", diff --git a/Cargo.toml b/Cargo.toml index 69032b9da..71c757088 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmvm" -version = "0.14.0-0.6.1" +version = "0.14.0-0.7.0" publish = false authors = ["LINE Plus Corporation"] edition = "2018"