From f7e733d51275f341ce2a4bd047374c2eac537d47 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 15 Jan 2020 21:21:15 +0000 Subject: [PATCH] Bump to 0.6.0 --- CHANGELOG.md | 7 +++---- chisel/Cargo.toml | 4 ++-- libchisel/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da8d0c..6ce0e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.6.0] - unreleased +## [0.6.0] - 2020-01-15 - Updated dependency: `pwasm` to 0.40.2. [[#145](https://github.com/wasmx/wasm-chisel/pull/145), [#157](https://github.com/wasmx/wasm-chisel/pull/157)] @@ -53,10 +53,9 @@ - Modules: `checkstartfunc`, `remapimports` and `trimexports`. All of them with the `ewasm` profile. -[0.5.0]: https://github.com/wasmx/wasm-chisel/compare/v0.4.0...master +[0.6.0]: https://github.com/wasmx/wasm-chisel/releases/tag/v0.6.0 +[0.5.0]: https://github.com/wasmx/wasm-chisel/releases/tag/v0.5.0 [0.4.0]: https://github.com/wasmx/wasm-chisel/releases/tag/v0.4.0 [0.3.0]: https://github.com/wasmx/wasm-chisel/releases/tag/v0.3.0 [0.2.0]: https://github.com/wasmx/wasm-chisel/releases/tag/v0.2.0 [0.1.0]: https://github.com/wasmx/wasm-chisel/releases/tag/v0.1.0 - -[Cable]: https://github.com/ethereum/cable diff --git a/chisel/Cargo.toml b/chisel/Cargo.toml index 3118b47..4004aa4 100644 --- a/chisel/Cargo.toml +++ b/chisel/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "chisel" description = "Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context" -version = "0.5.0" +version = "0.6.0" authors = ["Alex Beregszaszi ", "Jake Lang "] license = "Apache-2.0" repository = "https://github.com/wasmx/wasm-chisel" @@ -15,7 +15,7 @@ edition = "2018" ansi_term = "0.12.1" clap = "2.32.0" hex = "0.4.0" -libchisel = { path = "../libchisel", version = "0.5.0" } +libchisel = { path = "../libchisel", version = "0.6.0" } serde = "1.0.80" serde_derive = "1.0.80" serde_yaml = "0.8.7" diff --git a/libchisel/Cargo.toml b/libchisel/Cargo.toml index 47d86c8..7bdcf27 100644 --- a/libchisel/Cargo.toml +++ b/libchisel/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libchisel" description = "Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context" -version = "0.5.0" +version = "0.6.0" authors = ["Alex Beregszaszi ", "Jake Lang "] license = "Apache-2.0" repository = "https://github.com/wasmx/wasm-chisel"