Skip to content

Commit

Permalink
Revert "release 0.8.2 (#179)"
Browse files Browse the repository at this point in the history
This reverts commit 1553d7a.
  • Loading branch information
ayrat555 authored Jan 13, 2025
1 parent 1553d7a commit bdfad64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# 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.2"},
{:ex_keccak, "~> 0.7.6"}
{:ex_abi, "~> 0.8.1"},
{:ex_keccak, "~> 0.7.5"}
]
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.2",
version: "0.8.1",
elixir: "~> 1.8",
description: "Ethereum's ABI Interface",
package: [
Expand Down

0 comments on commit bdfad64

Please sign in to comment.