Skip to content

Commit 5d63e8a

Browse files
authored
release 0.7.0 (#159)
1 parent 0ece2e8 commit 5d63e8a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 0.7.0
4+
* Store 32 byte even signatures instead of 4 bytes (https://github.com/poanetwork/ex_abi/pull/157)
35
## 0.6.4
46
* Implement Packed encoding (https://github.com/poanetwork/ex_abi/pull/154)
57
## 0.6.3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ by adding `ex_abi` to your list of dependencies in `mix.exs`:
1010
```elixir
1111
def deps do
1212
[
13-
{:ex_abi, "~> 0.6.4"}
13+
{:ex_abi, "~> 0.7.0"}
1414
]
1515
end
1616
```

mix.exs

+1-1
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.6.4",
7+
version: "0.7.0",
88
elixir: "~> 1.8",
99
description: "Ethereum's ABI Interface",
1010
package: [

0 commit comments

Comments
 (0)