Version 0.2.0

Backwards incompatible because:
- Raises EthersError instead of JsonRpcError
- Nim 1.4.x no longer supported
This commit is contained in:
Mark Spanbroek 2022-06-29 15:16:23 +02:00 committed by markspanbroek
parent 94f5f35a10
commit 440ca6360b
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: project. Add the following to its .nimble file:
```nim ```nim
requires "ethers >= 0.1.9 & < 0.2.0" requires "ethers >= 0.2.0 & < 0.3.0"
``` ```
Usage Usage

View File

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