Skip to content

Commit

Permalink
release 0.8.2 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Jan 13, 2025
1 parent 663c683 commit 1553d7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
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.8.1",
version: "0.8.2",
elixir: "~> 1.8",
description: "Ethereum's ABI Interface",
package: [
Expand Down

0 comments on commit 1553d7a

Please sign in to comment.