We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f4b9e commit b965750Copy full SHA for b965750
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## UNRELEASED
+## 0.6.10 (2025-10-24)
4
5
### Breaking Changes
6
README.md
@@ -32,7 +32,7 @@ Add `ethers` to your dependencies in `mix.exs`:
32
```elixir
33
def deps do
34
[
35
- {:ethers, "~> 0.6.9"},
+ {:ethers, "~> 0.6.10"},
36
# Uncomment next line if you want to use local signers
37
# {:ex_secp256k1, "~> 0.7.6"}
38
]
mix.exs
@@ -1,7 +1,7 @@
defmodule Ethers.MixProject do
use Mix.Project
- @version "0.6.9"
+ @version "0.6.10"
@source_url "https://github.com/ExWeb3/elixir_ethers"
7
def project do
0 commit comments