From 916e854e73281e55950623658ab63e768f11e687 Mon Sep 17 00:00:00 2001 From: refcell Date: Thu, 6 Mar 2025 18:30:35 -0500 Subject: [PATCH] release: 0.10.9 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 16 ++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5962123f..68e1f909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.10.9](https://github.com/alloy-rs/op-alloy +/releases/tag/v0.10.9) - 2025-03-06 + +### Miscellaneous Tasks + +- [consensus] AsRef ([#464](https://github.com/alloy-rs/op-alloy/issues/464)) + ## [0.10.8](https://github.com/alloy-rs/op-alloy /releases/tag/v0.10.8) - 2025-03-06 @@ -16,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add signabletx impl for typedtx ([#462](https://github.com/alloy-rs/op-alloy/issues/462)) +### Miscellaneous Tasks + +- Release 0.10.8 + ## [0.10.7](https://github.com/alloy-rs/op-alloy /releases/tag/v0.10.7) - 2025-02-28 diff --git a/Cargo.toml b/Cargo.toml index ab361dae..d2358bba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.10.8" +version = "0.10.9" edition = "2021" rust-version = "1.82" authors = ["Alloy Contributors"] @@ -36,13 +36,13 @@ rustdoc-args = ["--cfg", "docsrs"] [workspace.dependencies] # Workspace -op-alloy-consensus = { version = "0.10.8", path = "crates/consensus", default-features = false } -op-alloy-network = { version = "0.10.8", path = "crates/network", default-features = false } -op-alloy-provider = { version = "0.10.8", path = "crates/provider", default-features = false } -op-alloy-rpc-types = { version = "0.10.8", path = "crates/rpc-types", default-features = false } -op-alloy-rpc-types-engine = { version = "0.10.8", path = "crates/rpc-types-engine", default-features = false } -op-alloy-rpc-jsonrpsee = { version = "0.10.8", path = "crates/rpc-jsonrpsee", default-features = false } -op-alloy-flz = { version = "0.10.8", path = "crates/flz", default-features = false } +op-alloy-consensus = { version = "0.10.9", path = "crates/consensus", default-features = false } +op-alloy-network = { version = "0.10.9", path = "crates/network", default-features = false } +op-alloy-provider = { version = "0.10.9", path = "crates/provider", default-features = false } +op-alloy-rpc-types = { version = "0.10.9", path = "crates/rpc-types", default-features = false } +op-alloy-rpc-types-engine = { version = "0.10.9", path = "crates/rpc-types-engine", default-features = false } +op-alloy-rpc-jsonrpsee = { version = "0.10.9", path = "crates/rpc-jsonrpsee", default-features = false } +op-alloy-flz = { version = "0.10.9", path = "crates/flz", default-features = false } # Alloy alloy-eips = { version = "0.11", default-features = false }