Skip to content

Commit 3969a25

Browse files
committed
Release 0.6.8
1 parent dd20b6e commit 3969a25

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.6.8 (2025-10-13)
4+
5+
### Enhancements
6+
7+
- Fix compiler warnings in Elixir 1.19-rc2
8+
39
## v0.6.7 (2025-05-09)
410

511
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def deps do
3434
[
3535
{:ethers, "~> 0.6.7"},
3636
# Uncomment next line if you want to use local signers
37-
# {:ex_secp256k1, "~> 0.7.2"}
37+
# {:ex_secp256k1, "~> 0.7.6"}
3838
]
3939
end
4040
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Ethers.MixProject do
22
use Mix.Project
33

4-
@version "0.6.7"
4+
@version "0.6.8"
55
@source_url "https://github.com/ExWeb3/elixir_ethers"
66

77
def project do

0 commit comments

Comments
 (0)