Skip to content

Commit

Permalink
Version bump to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed May 23, 2022
1 parent 8241238 commit 70ece05
Show file tree
Hide file tree
Showing 20 changed files with 688 additions and 711 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "subwasm"
readme = "README.md"
repository = "https://github.com/chevdor/subwasm"
version = "0.17.0"
version = "0.17.1"

[dependencies]
clap = {version = "3.0", features = ["derive", "env", "unicode", "cargo"]}
Expand Down
2 changes: 1 addition & 1 deletion doc/usage.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm 0.17.0
subwasm 0.17.1
chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io
`subwasm` allows fetching, parsing and calling some methods on WASM runtimes of Substrate based
chains
Expand Down
2 changes: 1 addition & 1 deletion doc/usage_compress.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-compress 0.17.0
subwasm-compress 0.17.1
chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io
Compress a given runtime wasm file. You will get an error if you try compressing a runtime that is
already compressed
Expand Down
2 changes: 1 addition & 1 deletion doc/usage_decompress.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-decompress 0.17.0
subwasm-decompress 0.17.1
chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io
Decompress a given runtime wasm file. You may pass a runtime that is uncompressed already. In that
case, you will get the same content as output. This is useful if you want to decompress "no matter
Expand Down
2 changes: 1 addition & 1 deletion doc/usage_diff.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-diff 0.17.0
subwasm-diff 0.17.1
chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io
Compare 2 runtimes

Expand Down
2 changes: 1 addition & 1 deletion doc/usage_get.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-get 0.17.0
subwasm-get 0.17.1
chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io
Get/Download the runtime wasm from a running node through rpc

Expand Down
2 changes: 1 addition & 1 deletion doc/usage_info.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-info 0.17.0
subwasm-info 0.17.1
chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io
The `info` command returns summarized information about a runtime

Expand Down
2 changes: 1 addition & 1 deletion doc/usage_meta.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-metadata 0.17.0
subwasm-metadata 0.17.1
chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io
Returns the metadata as a json object. You may also use the "meta" alias

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "subwasmlib"
readme = "README.md"
repository = "https://github.com/chevdor/subwasm"
version = "0.17.0"
version = "0.17.1"

[dependencies]
calm_io = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/substrate-differ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "MIT"
name = "substrate-differ"
version = "0.17.0"
version = "0.17.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion libs/wasm-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "wasm-loader"
readme = "README.md"
repository = "https://github.com/chevdor/subwasm"
version = "0.17.0"
version = "0.17.1"

[dependencies]
hex = "0.4"
Expand Down
Loading

0 comments on commit 70ece05

Please sign in to comment.