Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jan 15, 2020
1 parent 1169140 commit f7e733d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions chisel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Jake Lang <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/wasmx/wasm-chisel"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libchisel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Jake Lang <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/wasmx/wasm-chisel"
Expand Down

0 comments on commit f7e733d

Please sign in to comment.