File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## v0.6.4 (2025-02-02)
4
4
5
- ### Breaking Changes
5
+ ### Breaking Changes (Internal)
6
6
7
7
- ` Ethers.TxData ` uses hex_decoded values instead of hex encoded ones
8
8
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Add `ethers` to your dependencies in `mix.exs`:
32
32
``` elixir
33
33
def deps do
34
34
[
35
- {:ethers , " ~> 0.6.3 " },
35
+ {:ethers , " ~> 0.6.4 " },
36
36
# Uncomment next line if you want to use local signers
37
37
# {:ex_secp256k1, "~> 0.7.2"}
38
38
]
Original file line number Diff line number Diff line change 1
1
defmodule Ethers.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.6.3 "
4
+ @ version "0.6.4 "
5
5
@ source_url "https://github.com/ExWeb3/elixir_ethers"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments