Skip to content

Commit

Permalink
release 0.7.3 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Jul 4, 2024
1 parent 7882bf6 commit 3c04f5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 3c04f5d

Please sign in to comment.