Skip to content

Commit 2811b29

Browse files
committed
Release 0.5.3
1 parent ca26505 commit 2811b29

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+
## v0.5.3 (2024-10-14)
4+
5+
### Enhancements
6+
7+
- Make event filter arguments optional in typespecs
8+
39
## v0.5.2 (2024-08-08)
410

511
### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies in your `mix.exs` file:
2323
```elixir
2424
def deps do
2525
[
26-
{:ethers, "~> 0.5.2"},
26+
{:ethers, "~> 0.5.3"},
2727
# Uncomment next line if you want to use local signers
2828
# {:ex_secp256k1, "~> 0.7.2"}
2929
]

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.5.2"
4+
@version "0.5.3"
55
@source_url "https://github.com/ExWeb3/elixir_ethers"
66

77
def project do

0 commit comments

Comments
 (0)