Skip to content

Commit

Permalink
chore: release 17.2.0 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin authored Aug 15, 2022
1 parent bb3f430 commit ef9a62b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## Unreleased
## [17.2.0] - 2022-08-12
### Added
- Add `Token::into_tuple`
- Parse nested tuples/arrays

## [17.1.0] - 2022-06-15
### Added
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi-cli"
version = "17.1.0"
version = "17.2.0"
authors = [
"Parity Technologies <admin@parity.io>",
"Artem Vorotnikov <artem@vorotnikov.me>",
Expand All @@ -14,7 +14,7 @@ edition = "2018"

[dependencies]
anyhow = "1"
ethabi = { version = "17.1.0", path = "../ethabi" }
ethabi = { version = "17.2.0", path = "../ethabi" }
hex = "0.4"
sha3 = "0.10"
structopt = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi-contract"
version = "17.1.0"
version = "17.2.0"
authors = [
"Parity Technologies <admin@parity.io>",
"Artem Vorotnikov <artem@vorotnikov.me>",
Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi-derive"
version = "17.1.0"
version = "17.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
homepage = "https://github.com/paritytech/ethabi"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ edition = "2018"
proc-macro = true

[dependencies]
ethabi = { path = "../ethabi", version = "17.1.0" }
ethabi = { path = "../ethabi", version = "17.2.0" }
heck = "0.4"
syn = { version = "1.0.13", default-features = false, features = ["derive", "parsing", "printing", "proc-macro"] }
quote = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion ethabi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi"
version = "17.1.0"
version = "17.2.0"
authors = [
"Parity Technologies <admin@parity.io>",
"Artem Vorotnikov <artem@vorotnikov.me>",
Expand Down

0 comments on commit ef9a62b

Please sign in to comment.