Skip to content

Commit f85392e

Browse files
committed
Bump to 0.1.9
1 parent a1cf929 commit f85392e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.9
2+
* Add support for parsing ABI specification documents (`.abi.json` files)
3+
* Reimplement function signature parsing using a BNF grammar
4+
* Fix potential stack overflow during encoding/decoding
15
# 0.1.8
26
* Fix ordering of elements in tuples
37
# 0.1.7
@@ -11,4 +15,4 @@
1115
# 0.1.3
1216
* Bugfix for tuples to properly handle head/tail encoding
1317
# 0.1.2
14-
* Add support for tuples, fixed-length and variable length arrays
18+
* Add support for tuples, fixed-length and variable length arrays

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ABI.Mixfile do
33

44
def project do
55
[app: :abi,
6-
version: "0.1.8",
6+
version: "0.1.9",
77
elixir: "~> 1.4",
88
description: "Ethereum's ABI Interface",
99
package: [

0 commit comments

Comments
 (0)