File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.2
4+ * add compiler yecc and leex to fix warnings (https://github.com/poanetwork/ex_abi/pull/177 )
5+ * update ex_keccak to 0.7.6 (https://github.com/poanetwork/ex_abi/pull/178 )
36## 0.8.1
47* fix return value is the function signature (https://github.com/poanetwork/ex_abi/pull/174 )
58## 0.8.0
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ by adding `ex_abi` and `ex_keccak` to your list of dependencies in `mix.exs`:
1010``` elixir
1111def deps do
1212 [
13- {:ex_abi , " ~> 0.8.1 " },
14- {:ex_keccak , " ~> 0.7.5 " }
13+ {:ex_abi , " ~> 0.8.2 " },
14+ {:ex_keccak , " ~> 0.7.6 " }
1515 ]
1616end
1717```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ABI.Mixfile do
44 def project do
55 [
66 app: :ex_abi ,
7- version: "0.8.1 " ,
7+ version: "0.8.2 " ,
88 elixir: "~> 1.8" ,
99 description: "Ethereum's ABI Interface" ,
1010 package: [
You can’t perform that action at this time.
0 commit comments