Skip to content

Commit

Permalink
release 0.7.0 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Jan 31, 2024
1 parent 0ece2e8 commit 5d63e8a
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.0
* Store 32 byte even signatures instead of 4 bytes (https://github.com/poanetwork/ex_abi/pull/157)
## 0.6.4
* Implement Packed encoding (https://github.com/poanetwork/ex_abi/pull/154)
## 0.6.3
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.6.4"}
{:ex_abi, "~> 0.7.0"}
]
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.6.4",
version: "0.7.0",
elixir: "~> 1.8",
description: "Ethereum's ABI Interface",
package: [
Expand Down

0 comments on commit 5d63e8a

Please sign in to comment.