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 dd20b6e commit 3969a25Copy full SHA for 3969a25
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.6.8 (2025-10-13)
4
+
5
+### Enhancements
6
7
+- Fix compiler warnings in Elixir 1.19-rc2
8
9
## v0.6.7 (2025-05-09)
10
11
### Bug Fixes
README.md
@@ -34,7 +34,7 @@ def deps do
34
[
35
{:ethers, "~> 0.6.7"},
36
# Uncomment next line if you want to use local signers
37
- # {:ex_secp256k1, "~> 0.7.2"}
+ # {:ex_secp256k1, "~> 0.7.6"}
38
]
39
end
40
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Ethers.MixProject do
use Mix.Project
- @version "0.6.7"
+ @version "0.6.8"
@source_url "https://github.com/ExWeb3/elixir_ethers"
def project do
0 commit comments