From 1553d7a77aed568ca9f2dc05286335eb1abcad8f Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Mon, 13 Jan 2025 10:09:21 +0200 Subject: [PATCH] release 0.8.2 (#179) --- CHANGELOG.md | 3 +++ README.md | 4 ++-- mix.exs | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc6c56..8d2aef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.8.2 +* add compiler yecc and leex to fix warnings (https://github.com/poanetwork/ex_abi/pull/177) +* update ex_keccak to 0.7.6 (https://github.com/poanetwork/ex_abi/pull/178) ## 0.8.1 * fix return value is the function signature (https://github.com/poanetwork/ex_abi/pull/174) ## 0.8.0 diff --git a/README.md b/README.md index 5c7f688..1102784 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ by adding `ex_abi` and `ex_keccak` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:ex_abi, "~> 0.8.1"}, - {:ex_keccak, "~> 0.7.5"} + {:ex_abi, "~> 0.8.2"}, + {:ex_keccak, "~> 0.7.6"} ] end ``` diff --git a/mix.exs b/mix.exs index f9568ff..f211c62 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ABI.Mixfile do def project do [ app: :ex_abi, - version: "0.8.1", + version: "0.8.2", elixir: "~> 1.8", description: "Ethereum's ABI Interface", package: [