release 0.7.0 (#159)

This commit is contained in:
Ayrat Badykov 2024-01-31 13:08:25 +02:00 committed by GitHub
parent 0ece2e8fa7
commit 5d63e8a7fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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
```

View File

@ -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: [