From 04d35485534d99966b07394a0de96a8c70c19e87 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Mon, 2 Dec 2024 17:15:42 +0100 Subject: [PATCH] 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). --- Readme.md | 2 +- ethers.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 1ffcf2b..0630299 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/ethers.nimble b/ethers.nimble index 95a4428..0da46b3 100644 --- a/ethers.nimble +++ b/ethers.nimble @@ -1,4 +1,4 @@ -version = "0.10.2" +version = "1.0.0" author = "Nim Ethers Authors" description = "library for interacting with Ethereum" license = "MIT"