version 0.10.0

This is a breaking change. Calling .confirm(0)
is no longer supported; you need at least 1
confirmation.
This commit is contained in:
Mark Spanbroek 2024-11-13 10:14:09 +01:00
parent e9d862ceca
commit 1ae2cd4a35
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing
project. Add the following to its .nimble file:
```nim
requires "ethers >= 0.9.0 & < 0.10.0"
requires "ethers >= 0.10.0 & < 0.11.0"
```
Usage

View File

@ -1,4 +1,4 @@
version = "0.9.1"
version = "0.10.0"
author = "Nim Ethers Authors"
description = "library for interacting with Ethereum"
license = "MIT"