Skip to content

Commit

Permalink
Release v0.17.1 for logging feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Oct 8, 2020
1 parent ab564b6 commit 2c55c59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evm"
version = "0.17.0"
version = "0.17.1"
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>", "Parity Technologies <[email protected]>"]
description = "SputnikVM - a Portable Blockchain Virtual Machine"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evm-core"
version = "0.17.0"
version = "0.17.1"
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>", "Parity Technologies <[email protected]>"]
description = "Portable Ethereum Virtual Machine implementation written in pure Rust."
Expand Down
2 changes: 1 addition & 1 deletion gasometer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evm-gasometer"
version = "0.17.0"
version = "0.17.1"
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>", "Parity Technologies <[email protected]>"]
description = "Portable Ethereum Virtual Machine implementation written in pure Rust."
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evm-runtime"
version = "0.17.0"
version = "0.17.1"
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>", "Parity Technologies <[email protected]>"]
description = "SputnikVM - a Portable Blockchain Virtual Machine"
Expand Down

0 comments on commit 2c55c59

Please sign in to comment.