version 1.0.0

This is a braking change. Subscription callbacks wrap the arguments in the Result type.
Corrects the preceding commit marked with wrong version number (0.10.2).
This commit is contained in:
Marcin Czenko 2024-12-02 17:15:42 +01:00
parent 2808a05488
commit 04d3548553
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0
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.10.2 & < 0.11.0"
requires "ethers >= 1.0.0 & < 2.0.0"
```
Usage

View File

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