Skip to content

Commit 8586869

Browse files
committed
Bump version to 0.1.3
1 parent 2fb8c31 commit 8586869

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## v0.1.3 (2023-12-26)
4+
5+
## Bug fixes
6+
7+
- unsized integer encoding to hex will now raise if given negative numbers.
8+
- `Utils.date_to_block_number/3` going to negative block numbers issue fixed.
9+
310
## v0.1.2 (2023-12-12)
411

512
### Breaking Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can install the package by adding `ethers` to the list of dependencies in yo
2222
```elixir
2323
def deps do
2424
[
25-
{:ethers, "~> 0.1.2"}
25+
{:ethers, "~> 0.1.3"}
2626
]
2727
end
2828
```

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.1.2"
4+
@version "0.1.3"
55
@source_url "https://github.com/alisinabh/elixir_ethers"
66

77
def project do

0 commit comments

Comments
 (0)