release 0.7.2 (#167)

This commit is contained in:
Ayrat Badykov 2024-04-08 09:57:35 +03:00 committed by GitHub
parent c361dd1846
commit 26621a9b2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## 0.7.2
* Update ex_keccak to 0.7.5 (https://github.com/poanetwork/ex_abi/pull/166)
## 0.7.1
* Fix parsing of nested tuples (https://github.com/poanetwork/ex_abi/pull/164)
* Fix parsing of functions the outputs field (https://github.com/poanetwork/ex_abi/pull/163)

View File

@ -10,7 +10,7 @@ by adding `ex_abi` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_abi, "~> 0.7.1"}
{:ex_abi, "~> 0.7.2"}
]
end
```

View File

@ -4,7 +4,7 @@ defmodule ABI.Mixfile do
def project do
[
app: :ex_abi,
version: "0.7.1",
version: "0.7.2",
elixir: "~> 1.8",
description: "Ethereum's ABI Interface",
package: [