diff --git a/CHANGELOG.md b/CHANGELOG.md index 580fa2e..8cc0983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.4](https://github.com/op-rs/maili -/releases/tag/v0.2.4) - 2025-02-10 +## [0.2.5](https://github.com/op-rs/maili +/releases/tag/v0.2.5) - 2025-02-10 ### Bug Fixes @@ -151,6 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Features +- [genesis] Add optional interop message expiry window field ([#208](https://github.com/op-rs/maili/issues/208)) - [protocol] Pre-isthmus, Invalidate Single Batches with EIP-7702 txs ([#199](https://github.com/op-rs/maili/issues/199)) - Code Coverage ([#184](https://github.com/op-rs/maili/issues/184)) - Add predeploy module ([#166](https://github.com/op-rs/maili/issues/166)) @@ -482,6 +483,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other +- 0.2.4 ([#207](https://github.com/op-rs/maili/issues/207)) - [BOT] Update Submodules ([#204](https://github.com/op-rs/maili/issues/204)) - [BOT] Update Submodules ([#200](https://github.com/op-rs/maili/issues/200)) - 0.2.3 ([#198](https://github.com/op-rs/maili/issues/198)) diff --git a/Cargo.toml b/Cargo.toml index 2703254..7136119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.4" +version = "0.2.5" edition = "2021" rust-version = "1.81" authors = ["Alloy Contributors"] @@ -36,12 +36,12 @@ rustdoc-args = ["--cfg", "docsrs"] [workspace.dependencies] # Workspace -maili-rpc = { version = "0.2.4", path = "crates/rpc", default-features = false } -maili-serde = { version = "0.2.4", path = "crates/serde", default-features = false } -maili-interop = { version = "0.2.4", path = "crates/interop", default-features = false } -maili-genesis = { version = "0.2.4", path = "crates/genesis", default-features = false } -maili-protocol = { version = "0.2.4", path = "crates/protocol", default-features = false } -maili-registry = { version = "0.2.4", path = "crates/registry", default-features = false } +maili-rpc = { version = "0.2.5", path = "crates/rpc", default-features = false } +maili-serde = { version = "0.2.5", path = "crates/serde", default-features = false } +maili-interop = { version = "0.2.5", path = "crates/interop", default-features = false } +maili-genesis = { version = "0.2.5", path = "crates/genesis", default-features = false } +maili-protocol = { version = "0.2.5", path = "crates/protocol", default-features = false } +maili-registry = { version = "0.2.5", path = "crates/registry", default-features = false } # OP Alloy op-alloy-flz = { version = "0.10.3", default-features = false }