Skip to content

Commit

Permalink
bump: revm 19.1.0, tag v52 (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jan 6, 2025
1 parent 9dd9f9e commit ae26414
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v51 tag

date: 06.01.2025

Optimism isthmus spec added.

* `revm`: 19.0.0 -> 19.1.0

# v51 tag
date 26.12.2024
devnet-5 release.
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.

10 changes: 10 additions & 0 deletions crates/revm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [19.1.0](https://github.com/bluealloy/revm/compare/revm-v19.0.0...revm-v19.1.0) - 2025-01-06

### Added

- handle isthmus operator fee ([#1960](https://github.com/bluealloy/revm/pull/1960))

### Other

- optimize tx l1 fetches ([#1967](https://github.com/bluealloy/revm/pull/1967))

## [19.0.0](https://github.com/bluealloy/revm/compare/revm-v18.0.0...revm-v19.0.0) - 2024-12-26

### Added
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 = "19.0.0"
version = "19.1.0"
readme = "../../README.md"

[package.metadata.docs.rs]
Expand Down

0 comments on commit ae26414

Please sign in to comment.