Skip to content

Commit

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

Release `0.1.11` artifacts
  • Loading branch information
refcell authored Jan 30, 2025
1 parent 54a880d commit 05f7a8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ 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.1.10](https://github.com/op-rs/maili
/releases/tag/v0.1.10) - 2025-01-29
## [0.1.11](https://github.com/op-rs/maili
/releases/tag/v0.1.11) - 2025-01-30

### Bug Fixes

- Turn revm defaults off ([#146](https://github.com/op-rs/maili/issues/146))
- [maili] Touchup Manifest ([#143](https://github.com/op-rs/maili/issues/143))
- [rpc] RPC Crate Cleanup ([#126](https://github.com/op-rs/maili/issues/126))
- [protocol] Re-export op-alloy flz ([#124](https://github.com/op-rs/maili/issues/124))
Expand Down Expand Up @@ -440,6 +441,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Other

- [BOT] Update Submodules ([#144](https://github.com/op-rs/maili/issues/144))
- 0.1.10 ([#145](https://github.com/op-rs/maili/issues/145))
- Add ExecutingMessageValidator trait ([#129](https://github.com/op-rs/maili/issues/129))
- [BOT] Update Submodules ([#125](https://github.com/op-rs/maili/issues/125))
- 0.1.9 ([#139](https://github.com/op-rs/maili/issues/139))
Expand Down
16 changes: 8 additions & 8 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.1.10"
version = "0.1.11"
edition = "2021"
rust-version = "1.81"
authors = ["Alloy Contributors"]
Expand Down Expand Up @@ -36,13 +36,13 @@ rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
# Workspace
maili-rpc = { version = "0.1.10", path = "crates/rpc", default-features = false }
maili-serde = { version = "0.1.10", path = "crates/serde", default-features = false }
maili-interop = { version = "0.1.10", path = "crates/interop", default-features = false }
maili-genesis = { version = "0.1.10", path = "crates/genesis", default-features = false }
maili-protocol = { version = "0.1.10", path = "crates/protocol", default-features = false }
maili-registry = { version = "0.1.10", path = "crates/registry", default-features = false }
maili-superchain = { version = "0.1.10", path = "crates/registry/superchain", default-features = false }
maili-rpc = { version = "0.1.11", path = "crates/rpc", default-features = false }
maili-serde = { version = "0.1.11", path = "crates/serde", default-features = false }
maili-interop = { version = "0.1.11", path = "crates/interop", default-features = false }
maili-genesis = { version = "0.1.11", path = "crates/genesis", default-features = false }
maili-protocol = { version = "0.1.11", path = "crates/protocol", default-features = false }
maili-registry = { version = "0.1.11", path = "crates/registry", default-features = false }
maili-superchain = { version = "0.1.11", path = "crates/registry/superchain", default-features = false }

# OP Alloy
op-alloy-flz = { version = "0.9.6", default-features = false }
Expand Down

0 comments on commit 05f7a8c

Please sign in to comment.