Skip to content

Commit c61e248

Browse files
committed
chore: release 0.17.2
1 parent 7a9f35c commit c61e248

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.17.2](https://github.com/alloy-rs/op-alloy
9+
/releases/tag/v0.17.2) - 2025-05-26
10+
11+
### Features
12+
13+
- Add Extended conversions for OpPooledTransaction, OpTxEnvelope ([#530](https://github.com/alloy-rs/op-alloy/issues/530))
14+
- Added Transaction conversion from consensus for rpc ([#529](https://github.com/alloy-rs/op-alloy/issues/529))
15+
- Add meta helpers ([#527](https://github.com/alloy-rs/op-alloy/issues/527))
16+
817
## [0.17.1](https://github.com/alloy-rs/op-alloy
918
/releases/tag/v0.17.1) - 2025-05-23
1019

@@ -23,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2332

2433
### Miscellaneous Tasks
2534

35+
- Release 0.17.1
2636
- Release 0.17.0
2737
- Relax conversion ([#523](https://github.com/alloy-rs/op-alloy/issues/523))
2838

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.17.1"
6+
version = "0.17.2"
77
edition = "2024"
88
rust-version = "1.85"
99
authors = ["Alloy Contributors"]
@@ -37,12 +37,12 @@ rustdoc-args = ["--cfg", "docsrs"]
3737

3838
[workspace.dependencies]
3939
# Workspace
40-
op-alloy-consensus = { version = "0.17.1", path = "crates/consensus", default-features = false }
41-
op-alloy-network = { version = "0.17.1", path = "crates/network", default-features = false }
42-
op-alloy-provider = { version = "0.17.1", path = "crates/provider", default-features = false }
43-
op-alloy-rpc-types = { version = "0.17.1", path = "crates/rpc-types", default-features = false }
44-
op-alloy-rpc-types-engine = { version = "0.17.1", path = "crates/rpc-types-engine", default-features = false }
45-
op-alloy-rpc-jsonrpsee = { version = "0.17.1", path = "crates/rpc-jsonrpsee", default-features = false }
40+
op-alloy-consensus = { version = "0.17.2", path = "crates/consensus", default-features = false }
41+
op-alloy-network = { version = "0.17.2", path = "crates/network", default-features = false }
42+
op-alloy-provider = { version = "0.17.2", path = "crates/provider", default-features = false }
43+
op-alloy-rpc-types = { version = "0.17.2", path = "crates/rpc-types", default-features = false }
44+
op-alloy-rpc-types-engine = { version = "0.17.2", path = "crates/rpc-types-engine", default-features = false }
45+
op-alloy-rpc-jsonrpsee = { version = "0.17.2", path = "crates/rpc-jsonrpsee", default-features = false }
4646

4747
# Alloy
4848
alloy-eips = { version = "1.0.0", default-features = false }

0 commit comments

Comments
 (0)