Skip to content

Commit

Permalink
chore: release 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Mar 6, 2025
1 parent 38bfe7a commit f7b7765
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,28 @@ 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.8](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.10.8) - 2025-03-06

### Bug Fixes

- [engine] Empty requests hash ([#463](https://github.com/alloy-rs/op-alloy/issues/463))

### Features

- Add signabletx impl for typedtx ([#462](https://github.com/alloy-rs/op-alloy/issues/462))

## [0.10.7](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.10.7) - 2025-02-28

### Dependencies

- Bump msrv to 1.82 ([#459](https://github.com/alloy-rs/op-alloy/issues/459))

### Miscellaneous Tasks

- Release 0.10.7

### Other

- Remove redundant method for v4 payload ([#461](https://github.com/alloy-rs/op-alloy/issues/461))
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.10.7"
version = "0.10.8"
edition = "2021"
rust-version = "1.82"
authors = ["Alloy Contributors"]
Expand Down Expand Up @@ -36,13 +36,13 @@ rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
# Workspace
op-alloy-consensus = { version = "0.10.7", path = "crates/consensus", default-features = false }
op-alloy-network = { version = "0.10.7", path = "crates/network", default-features = false }
op-alloy-provider = { version = "0.10.7", path = "crates/provider", default-features = false }
op-alloy-rpc-types = { version = "0.10.7", path = "crates/rpc-types", default-features = false }
op-alloy-rpc-types-engine = { version = "0.10.7", path = "crates/rpc-types-engine", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.10.7", path = "crates/rpc-jsonrpsee", default-features = false }
op-alloy-flz = { version = "0.10.7", path = "crates/flz", default-features = false }
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 }

# Alloy
alloy-eips = { version = "0.11", default-features = false }
Expand Down

0 comments on commit f7b7765

Please sign in to comment.