Skip to content

Commit

Permalink
bump: v49 release (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Oct 23, 2024
1 parent dd620d5 commit b09b375
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v49 tag
date 23.10.2024
Maintenance release. Bump alloydb deps.

* `revm`: 17.0.0 -> 17.1.0 (✓ API compatible changes)

# v48 tag
date 23.10.2024
Maintenance release. Bug fix for EIP-7702.

* `revm`: 16.0.0 -> 17.0.0 (✓ API compatible changes)
* `revm-primitives`: 12.0.0 -> 13.0.0 (✓ API compatible changes)
* `revm-test`: 1.0.0
* `revme`: 1.0.0 -> 2.0.0
* `revm-interpreter`: 12.0.0 -> 13.0.0
* `revm-precompile`: 13.0.0 -> 14.0.0

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.

2 changes: 1 addition & 1 deletion bins/revm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
bytes = "1.7"
hex = "0.4"
revm = { path = "../../crates/revm", version = "17.0.0", default-features=false }
revm = { path = "../../crates/revm", version = "17.1.0", default-features=false }
microbench = "0.5"
alloy-sol-macro = "0.8.0"
alloy-sol-types = "0.8.2"
Expand Down
2 changes: 1 addition & 1 deletion bins/revme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hex = "0.4"
indicatif = "0.17"
microbench = "0.5"
plain_hasher = "0.2"
revm = { path = "../../crates/revm", version = "17.0.0", default-features = false, features = [
revm = { path = "../../crates/revm", version = "17.1.0", default-features = false, features = [
"ethersdb",
"std",
"serde-json",
Expand Down
6 changes: 6 additions & 0 deletions crates/revm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.1.0](https://github.com/bluealloy/revm/compare/revm-v17.0.0...revm-v17.1.0) - 2024-10-23

### Other

- chore: bump alloydb deps ([#1832](https://github.com/bluealloy/revm/pull/1832))

## [17.0.0](https://github.com/bluealloy/revm/compare/revm-v16.0.0...revm-v17.0.0) - 2024-10-23

### Other
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 = "17.0.0"
version = "17.1.0"
readme = "../../README.md"

[package.metadata.docs.rs]
Expand Down

0 comments on commit b09b375

Please sign in to comment.