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 13210df commit 4b7263eCopy full SHA for 4b7263e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.6.3 (2025-01-21)
4
5
### Enahncements
6
README.md
@@ -23,7 +23,7 @@ dependencies in your `mix.exs` file:
23
```elixir
24
def deps do
25
[
26
- {:ethers, "~> 0.6.2"},
+ {:ethers, "~> 0.6.3"},
27
# Uncomment next line if you want to use local signers
28
# {:ex_secp256k1, "~> 0.7.2"}
29
]
mix.exs
@@ -1,7 +1,7 @@
defmodule Ethers.MixProject do
use Mix.Project
- @version "0.6.2"
+ @version "0.6.3"
@source_url "https://github.com/ExWeb3/elixir_ethers"
7
def project do
0 commit comments