bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.
https://bluealloy.github.io/revm/
MIT License
1.59k stars 518 forks source link

chore: release #1642

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

🤖 New release

Changelog

## `revme`

## [0.8.1](https://github.com/bluealloy/revm/compare/revme-v0.8.0...revme-v0.8.1) - 2024-07-19 ### Other - use `is_zero` for `U256` and `B256` ([#1638](https://github.com/bluealloy/revm/pull/1638)) - bump versions bcs of primitives ([#1631](https://github.com/bluealloy/revm/pull/1631))
## `revm`
## [12.1.1](https://github.com/bluealloy/revm/compare/revm-v12.1.0...revm-v12.1.1) - 2024-07-19 ### Other - use `is_zero` for `U256` and `B256` ([#1638](https://github.com/bluealloy/revm/pull/1638)) - fix some typos & remove useless Arc::clone ([#1621](https://github.com/bluealloy/revm/pull/1621)) - *(eof)* simplify magic checks ([#1633](https://github.com/bluealloy/revm/pull/1633))
## `revm-interpreter`
## [8.2.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v8.1.0...revm-interpreter-v8.2.0) - 2024-07-19 ### Added - *(interpreter)* derive traits on FunctionStack ([#1640](https://github.com/bluealloy/revm/pull/1640)) ### Other - use `is_zero` for `U256` and `B256` ([#1638](https://github.com/bluealloy/revm/pull/1638)) - fix some typos & remove useless Arc::clone ([#1621](https://github.com/bluealloy/revm/pull/1621)) - *(eof)* avoid some allocations ([#1632](https://github.com/bluealloy/revm/pull/1632)) - bump versions bcs of primitives ([#1631](https://github.com/bluealloy/revm/pull/1631))
## `revm-primitives`
## [7.1.1](https://github.com/bluealloy/revm/compare/revm-primitives-v7.1.0...revm-primitives-v7.1.1) - 2024-07-19 ### Other - Renamed some city name ([#1645](https://github.com/bluealloy/revm/pull/1645)) - use `is_zero` for `U256` and `B256` ([#1638](https://github.com/bluealloy/revm/pull/1638)) - fix some typos & remove useless Arc::clone ([#1621](https://github.com/bluealloy/revm/pull/1621)) - *(eof)* avoid some allocations ([#1632](https://github.com/bluealloy/revm/pull/1632)) - *(eof)* simplify magic checks ([#1633](https://github.com/bluealloy/revm/pull/1633))
## `revm-precompile`
## [9.2.1](https://github.com/bluealloy/revm/compare/revm-precompile-v9.2.0...revm-precompile-v9.2.1) - 2024-07-19 ### Other - use `is_zero` for `U256` and `B256` ([#1638](https://github.com/bluealloy/revm/pull/1638))


This PR was generated with release-plz.