Skip to content

Commit

Permalink
[revm] bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jun 3, 2022
1 parent 3a46a5f commit 80388ec
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v8 tag [small release]
date: 03.06.2022

* revm: v1.4.0
# v7 tag [small release]
date: 11.5.2022

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions crates/revm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

# v1.4.0
date: 03.06.2022

Small release:

* fix: BLOCKHASH should return 0 if number not in last 256 blocks (#112)
* feat: add getters for cachedb (#119)
* bump some lib versions.

# v1.3.1
date: 11.4.2022

Expand Down
2 changes: 1 addition & 1 deletion crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm"]
license = "MIT"
name = "revm"
repository = "https://github.com/bluealloy/revm"
version = "1.3.1"
version = "1.4.0"

[dependencies]
arrayref = "0.3"
Expand Down

0 comments on commit 80388ec

Please sign in to comment.