Skip to content

Commit 1553d7a

Browse files
authored
release 0.8.2 (#179)
1 parent 663c683 commit 1553d7a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ by adding `ex_abi` and `ex_keccak` to your list of dependencies in `mix.exs`:
1010
```elixir
1111
def 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
]
1616
end
1717
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)