update version numbers and changelog for 0.5.0

This commit is contained in:
Mark McCaskey
2019-06-17 12:56:14 -07:00
parent 0f81cd47e3
commit 7bdfb2be51
18 changed files with 99 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-runtime-c-api"
version = "0.4.2"
version = "0.5.0"
description = "Wasmer C API library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@@ -16,11 +16,11 @@ libc = "0.2"
[dependencies.wasmer-runtime]
path = "../runtime"
version = "0.4.2"
version = "0.5.0"
[dependencies.wasmer-runtime-core]
path = "../runtime-core"
version = "0.4.2"
version = "0.5.0"
[features]
debug = ["wasmer-runtime/debug"]