Skip to content

Commit

Permalink
chore: bump main changelog (bluealloy#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored and j75689 committed Aug 1, 2024
1 parent 0de9b83 commit 7d5cc2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v40 tag
date 17.07.2024

* revm: 12.0.0 -> 12.1.0
* revm-interpreter: 8.0.0 -> 8.1.0

# v39 tag
date: 16.07.2024

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

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

[package.metadata.docs.rs]
Expand Down
4 changes: 2 additions & 2 deletions 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 = "12.0.0"
version = "12.1.0"
readme = "../../README.md"

[package.metadata.docs.rs]
Expand All @@ -23,7 +23,7 @@ all = "warn"

[dependencies]
# revm
revm-interpreter = { path = "../interpreter", version = "8.0.0", default-features = false }
revm-interpreter = { path = "../interpreter", version = "8.1.0", default-features = false }
revm-precompile = { path = "../precompile", version = "9.1.0", default-features = false }

# misc
Expand Down

0 comments on commit 7d5cc2d

Please sign in to comment.