From 3c04f5d9ca7e1d1032b9b474bdc190393301fcfb Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Thu, 4 Jul 2024 21:24:07 +0300 Subject: [PATCH] release 0.7.3 (#171) --- CHANGELOG.md | 2 ++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6dc531..8c69d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.7.3 +* Fix type decoder to use lazy stream instead of pre-allocated list (https://github.com/poanetwork/ex_abi/pull/170) ## 0.7.2 * Update ex_keccak to 0.7.5 (https://github.com/poanetwork/ex_abi/pull/166) ## 0.7.1 diff --git a/README.md b/README.md index 9cf46bb..6c2016a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ by adding `ex_abi` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:ex_abi, "~> 0.7.2"} + {:ex_abi, "~> 0.7.3"} ] end ``` diff --git a/mix.exs b/mix.exs index aa672f3..18dc01e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ABI.Mixfile do def project do [ app: :ex_abi, - version: "0.7.2", + version: "0.7.3", elixir: "~> 1.8", description: "Ethereum's ABI Interface", package: [