Skip to content

Commit

Permalink
version 0.9.0
Browse files Browse the repository at this point in the history
This is a breaking change. Contract functions can no
longer be defined to return ?TransactionResponse,
use Confirmable as the return type instead.
  • Loading branch information
markspanbroek committed May 21, 2024
1 parent 17c6e9a commit e15974e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0 & < 0.9.0"
requires "ethers >= 0.9.0 & < 0.10.0"
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion ethers.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.8.0"
version = "0.9.0"
author = "Nim Ethers Authors"
description = "library for interacting with Ethereum"
license = "MIT"
Expand Down

0 comments on commit e15974e

Please sign in to comment.