Skip to content

Commit

Permalink
release: 0.2.5 (#209)
Browse files Browse the repository at this point in the history
### Description

`0.2.5` release artifacts.
  • Loading branch information
refcell authored Feb 10, 2025
1 parent 0a30aa6 commit 48068ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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))
Expand Down Expand Up @@ -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))
Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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 }
Expand Down

0 comments on commit 48068ed

Please sign in to comment.