File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.6.0] - unreleased
3+ ## [ 0.6.0] - 2020-01-15
44- Updated dependency: ` pwasm ` to 0.40.2.
55 [[ #145 ] ( https://github.com/wasmx/wasm-chisel/pull/145 ) ,
66 [ #157 ] ( https://github.com/wasmx/wasm-chisel/pull/157 )]
5353- Modules: ` checkstartfunc ` , ` remapimports ` and ` trimexports ` . All of
5454 them with the ` ewasm ` profile.
5555
56- [ 0.5.0 ] : https://github.com/wasmx/wasm-chisel/compare/v0.4.0...master
56+ [ 0.6.0 ] : https://github.com/wasmx/wasm-chisel/releases/tag/v0.6.0
57+ [ 0.5.0 ] : https://github.com/wasmx/wasm-chisel/releases/tag/v0.5.0
5758[ 0.4.0 ] : https://github.com/wasmx/wasm-chisel/releases/tag/v0.4.0
5859[ 0.3.0 ] : https://github.com/wasmx/wasm-chisel/releases/tag/v0.3.0
5960[ 0.2.0 ] : https://github.com/wasmx/wasm-chisel/releases/tag/v0.2.0
6061[ 0.1.0 ] : https://github.com/wasmx/wasm-chisel/releases/tag/v0.1.0
61-
62- [ Cable ] : https://github.com/ethereum/cable
Original file line number Diff line number Diff line change 11[package ]
22name = " chisel"
33description = " Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context"
4- version = " 0.5 .0"
4+ version = " 0.6 .0"
55authors = [" Alex Beregszaszi <alex@rtfs.hu>" , " Jake Lang <jak3lang@gmail.com>" ]
66license = " Apache-2.0"
77repository = " https://github.com/wasmx/wasm-chisel"
@@ -15,7 +15,7 @@ edition = "2018"
1515ansi_term = " 0.12.1"
1616clap = " 2.32.0"
1717hex = " 0.4.0"
18- libchisel = { path = " ../libchisel" , version = " 0.5 .0" }
18+ libchisel = { path = " ../libchisel" , version = " 0.6 .0" }
1919serde = " 1.0.80"
2020serde_derive = " 1.0.80"
2121serde_yaml = " 0.8.7"
Original file line number Diff line number Diff line change 11[package ]
22name = " libchisel"
33description = " Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context"
4- version = " 0.5 .0"
4+ version = " 0.6 .0"
55authors = [" Alex Beregszaszi <alex@rtfs.hu>" , " Jake Lang <jak3lang@gmail.com>" ]
66license = " Apache-2.0"
77repository = " https://github.com/wasmx/wasm-chisel"
You can’t perform that action at this time.
0 commit comments