Skip to content

Commit 075a4e6

Browse files
committed
chore: release 0.9.0
1 parent 745f9e0 commit 075a4e6

File tree

30 files changed

+332
-37
lines changed

30 files changed

+332
-37
lines changed

Diff for: CHANGELOG.md

+61
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,73 @@ 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.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30
9+
10+
### Bug Fixes
11+
12+
- Use u64 for all gas values ([#1848](https://github.com/alloy-rs/alloy/issues/1848))
13+
- [alloy-eips] `SimpleCoder::decode_one()` should return `Ok(None)` ([#1818](https://github.com/alloy-rs/alloy/issues/1818))
14+
- Support hex values for conditional options ([#1824](https://github.com/alloy-rs/alloy/issues/1824))
15+
- Use default for creation method ([#1820](https://github.com/alloy-rs/alloy/issues/1820))
16+
17+
### Dependencies
18+
19+
- Rm cyclic test deps ([#1864](https://github.com/alloy-rs/alloy/issues/1864))
20+
- Rm cyclic test deps ([#1863](https://github.com/alloy-rs/alloy/issues/1863))
21+
22+
### Features
23+
24+
- Add ExecutionPayloadFieldV2 into ExecutionPayload ([#1858](https://github.com/alloy-rs/alloy/issues/1858))
25+
- Add try into block with sidecar ([#1856](https://github.com/alloy-rs/alloy/issues/1856))
26+
- Misc payloadenvelopeinput conversions ([#1855](https://github.com/alloy-rs/alloy/issues/1855))
27+
- Add tryfrom payload for block ([#1854](https://github.com/alloy-rs/alloy/issues/1854))
28+
- Add tryfrom payloadv2 + v3 for block ([#1853](https://github.com/alloy-rs/alloy/issues/1853))
29+
- Add tryfrom payloadv1 for block ([#1851](https://github.com/alloy-rs/alloy/issues/1851))
30+
- Add more builder style fns ([#1850](https://github.com/alloy-rs/alloy/issues/1850))
31+
- Add match functions ([#1847](https://github.com/alloy-rs/alloy/issues/1847))
32+
- Add BlockConditional ([#1846](https://github.com/alloy-rs/alloy/issues/1846))
33+
- Add insert helper to otherfields ([#1841](https://github.com/alloy-rs/alloy/issues/1841))
34+
- EIP-7840 ([#1828](https://github.com/alloy-rs/alloy/issues/1828))
35+
- Return tagged variant deserde error ([#1810](https://github.com/alloy-rs/alloy/issues/1810))
36+
- Add map transactions to rpc block type ([#1835](https://github.com/alloy-rs/alloy/issues/1835))
37+
- [pectra] Revert EIP-7742 ([#1807](https://github.com/alloy-rs/alloy/issues/1807))
38+
- Add map transactions fn ([#1827](https://github.com/alloy-rs/alloy/issues/1827))
39+
- Add tryfrom for anyheader to header ([#1826](https://github.com/alloy-rs/alloy/issues/1826))
40+
- Add cost fn for conditional opts ([#1823](https://github.com/alloy-rs/alloy/issues/1823))
41+
- Add helpers for block ([#1816](https://github.com/alloy-rs/alloy/issues/1816))
42+
- Add helpers to any tx envelope ([#1817](https://github.com/alloy-rs/alloy/issues/1817))
43+
44+
### Miscellaneous Tasks
45+
46+
- Rm unused alloy-signer dep ([#1862](https://github.com/alloy-rs/alloy/issues/1862))
47+
- Simplify Service impls ([#1861](https://github.com/alloy-rs/alloy/issues/1861))
48+
- Make clippy happy ([#1849](https://github.com/alloy-rs/alloy/issues/1849))
49+
- Rm non exhaustive from ReceiptEnvelope ([#1843](https://github.com/alloy-rs/alloy/issues/1843))
50+
- Rm non exhaustive for envelope ([#1842](https://github.com/alloy-rs/alloy/issues/1842))
51+
- Map header fns ([#1840](https://github.com/alloy-rs/alloy/issues/1840))
52+
- Rename ConditionalOptions ([#1825](https://github.com/alloy-rs/alloy/issues/1825))
53+
- Replace derive_more with thiserror ([#1822](https://github.com/alloy-rs/alloy/issues/1822))
54+
55+
### Other
56+
57+
- [Feature] update Display implementation on BlockNumberOrTag ([#1857](https://github.com/alloy-rs/alloy/issues/1857))
58+
- [Bug] Request predeploy codes have diverged ([#1845](https://github.com/alloy-rs/alloy/issues/1845))
59+
- Update code owners ([#1844](https://github.com/alloy-rs/alloy/issues/1844))
60+
- Change `chain_id` type to `U256` ([#1839](https://github.com/alloy-rs/alloy/issues/1839))
61+
- Update contract bytecode & address ([#1838](https://github.com/alloy-rs/alloy/issues/1838))
62+
- Update `CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS` ([#1836](https://github.com/alloy-rs/alloy/issues/1836))
63+
- Update `WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS` ([#1834](https://github.com/alloy-rs/alloy/issues/1834))
64+
865
## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
966

1067
### Features
1168

1269
- Add serde for block ([#1814](https://github.com/alloy-rs/alloy/issues/1814))
1370

71+
### Miscellaneous Tasks
72+
73+
- Release 0.8.3
74+
1475
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
1576

1677
### Bug Fixes

Diff for: Cargo.toml

+37-37
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.3"
6+
version = "0.9.0"
77
edition = "2021"
88
rust-version = "1.81"
99
authors = ["Alloy Contributors"]
@@ -35,42 +35,42 @@ all-features = true
3535
rustdoc-args = ["--cfg", "docsrs"]
3636

3737
[workspace.dependencies]
38-
alloy-consensus = { version = "0.8", path = "crates/consensus", default-features = false }
39-
alloy-consensus-any = { version = "0.8", path = "crates/consensus-any", default-features = false }
40-
alloy-contract = { version = "0.8", path = "crates/contract", default-features = false }
41-
alloy-eips = { version = "0.8", path = "crates/eips", default-features = false }
42-
alloy-eip7547 = { version = "0.8", path = "crates/eip7547", default-features = false }
43-
alloy-genesis = { version = "0.8", path = "crates/genesis", default-features = false }
44-
alloy-json-rpc = { version = "0.8", path = "crates/json-rpc", default-features = false }
45-
alloy-network = { version = "0.8", path = "crates/network", default-features = false }
46-
alloy-network-primitives = { version = "0.8", path = "crates/network-primitives", default-features = false }
47-
alloy-node-bindings = { version = "0.8", path = "crates/node-bindings", default-features = false }
48-
alloy-provider = { version = "0.8", path = "crates/provider", default-features = false }
49-
alloy-pubsub = { version = "0.8", path = "crates/pubsub", default-features = false }
50-
alloy-rpc-client = { version = "0.8", path = "crates/rpc-client", default-features = false }
51-
alloy-rpc-types-admin = { version = "0.8", path = "crates/rpc-types-admin", default-features = false }
52-
alloy-rpc-types-anvil = { version = "0.8", path = "crates/rpc-types-anvil", default-features = false }
53-
alloy-rpc-types-any = { version = "0.8", path = "crates/rpc-types-any", default-features = false }
54-
alloy-rpc-types-beacon = { version = "0.8", path = "crates/rpc-types-beacon", default-features = false }
55-
alloy-rpc-types-debug = { version = "0.8", path = "crates/rpc-types-debug", default-features = false }
56-
alloy-rpc-types-engine = { version = "0.8", path = "crates/rpc-types-engine", default-features = false }
57-
alloy-rpc-types-eth = { version = "0.8", path = "crates/rpc-types-eth", default-features = false }
58-
alloy-rpc-types-mev = { version = "0.8", path = "crates/rpc-types-mev", default-features = false }
59-
alloy-rpc-types-trace = { version = "0.8", path = "crates/rpc-types-trace", default-features = false }
60-
alloy-rpc-types-txpool = { version = "0.8", path = "crates/rpc-types-txpool", default-features = false }
61-
alloy-rpc-types = { version = "0.8", path = "crates/rpc-types", default-features = false }
62-
alloy-serde = { version = "0.8", path = "crates/serde", default-features = false }
63-
alloy-signer = { version = "0.8", path = "crates/signer", default-features = false }
64-
alloy-signer-aws = { version = "0.8", path = "crates/signer-aws", default-features = false }
65-
alloy-signer-gcp = { version = "0.8", path = "crates/signer-gcp", default-features = false }
66-
alloy-signer-ledger = { version = "0.8", path = "crates/signer-ledger", default-features = false }
67-
alloy-signer-local = { version = "0.8", path = "crates/signer-local", default-features = false }
68-
alloy-signer-trezor = { version = "0.8", path = "crates/signer-trezor", default-features = false }
69-
alloy-transport = { version = "0.8", path = "crates/transport", default-features = false }
70-
alloy-transport-http = { version = "0.8", path = "crates/transport-http", default-features = false }
71-
alloy-transport-ipc = { version = "0.8", path = "crates/transport-ipc", default-features = false }
72-
alloy-transport-ws = { version = "0.8", path = "crates/transport-ws", default-features = false }
73-
alloy-eip5792 = { version = "0.8", path = "crates/eip5792", default-features = false }
38+
alloy-consensus = { version = "0.9", path = "crates/consensus", default-features = false }
39+
alloy-consensus-any = { version = "0.9", path = "crates/consensus-any", default-features = false }
40+
alloy-contract = { version = "0.9", path = "crates/contract", default-features = false }
41+
alloy-eips = { version = "0.9", path = "crates/eips", default-features = false }
42+
alloy-eip7547 = { version = "0.9", path = "crates/eip7547", default-features = false }
43+
alloy-genesis = { version = "0.9", path = "crates/genesis", default-features = false }
44+
alloy-json-rpc = { version = "0.9", path = "crates/json-rpc", default-features = false }
45+
alloy-network = { version = "0.9", path = "crates/network", default-features = false }
46+
alloy-network-primitives = { version = "0.9", path = "crates/network-primitives", default-features = false }
47+
alloy-node-bindings = { version = "0.9", path = "crates/node-bindings", default-features = false }
48+
alloy-provider = { version = "0.9", path = "crates/provider", default-features = false }
49+
alloy-pubsub = { version = "0.9", path = "crates/pubsub", default-features = false }
50+
alloy-rpc-client = { version = "0.9", path = "crates/rpc-client", default-features = false }
51+
alloy-rpc-types-admin = { version = "0.9", path = "crates/rpc-types-admin", default-features = false }
52+
alloy-rpc-types-anvil = { version = "0.9", path = "crates/rpc-types-anvil", default-features = false }
53+
alloy-rpc-types-any = { version = "0.9", path = "crates/rpc-types-any", default-features = false }
54+
alloy-rpc-types-beacon = { version = "0.9", path = "crates/rpc-types-beacon", default-features = false }
55+
alloy-rpc-types-debug = { version = "0.9", path = "crates/rpc-types-debug", default-features = false }
56+
alloy-rpc-types-engine = { version = "0.9", path = "crates/rpc-types-engine", default-features = false }
57+
alloy-rpc-types-eth = { version = "0.9", path = "crates/rpc-types-eth", default-features = false }
58+
alloy-rpc-types-mev = { version = "0.9", path = "crates/rpc-types-mev", default-features = false }
59+
alloy-rpc-types-trace = { version = "0.9", path = "crates/rpc-types-trace", default-features = false }
60+
alloy-rpc-types-txpool = { version = "0.9", path = "crates/rpc-types-txpool", default-features = false }
61+
alloy-rpc-types = { version = "0.9", path = "crates/rpc-types", default-features = false }
62+
alloy-serde = { version = "0.9", path = "crates/serde", default-features = false }
63+
alloy-signer = { version = "0.9", path = "crates/signer", default-features = false }
64+
alloy-signer-aws = { version = "0.9", path = "crates/signer-aws", default-features = false }
65+
alloy-signer-gcp = { version = "0.9", path = "crates/signer-gcp", default-features = false }
66+
alloy-signer-ledger = { version = "0.9", path = "crates/signer-ledger", default-features = false }
67+
alloy-signer-local = { version = "0.9", path = "crates/signer-local", default-features = false }
68+
alloy-signer-trezor = { version = "0.9", path = "crates/signer-trezor", default-features = false }
69+
alloy-transport = { version = "0.9", path = "crates/transport", default-features = false }
70+
alloy-transport-http = { version = "0.9", path = "crates/transport-http", default-features = false }
71+
alloy-transport-ipc = { version = "0.9", path = "crates/transport-ipc", default-features = false }
72+
alloy-transport-ws = { version = "0.9", path = "crates/transport-ws", default-features = false }
73+
alloy-eip5792 = { version = "0.9", path = "crates/eip5792", default-features = false }
7474

7575
alloy-core = { version = "0.8.15", default-features = false }
7676
alloy-dyn-abi = { version = "0.8.15", default-features = false }

Diff for: crates/alloy/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

Diff for: crates/contract/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

Diff for: crates/eip5792/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

Diff for: crates/eip7547/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

Diff for: crates/genesis/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30
9+
10+
### Bug Fixes
11+
12+
- Use u64 for all gas values ([#1848](https://github.com/alloy-rs/alloy/issues/1848))
13+
14+
### Features
15+
16+
- EIP-7840 ([#1828](https://github.com/alloy-rs/alloy/issues/1828))
17+
18+
## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
19+
20+
### Miscellaneous Tasks
21+
22+
- Release 0.8.3
23+
824
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
925

1026
### Miscellaneous Tasks

Diff for: crates/network/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30
9+
10+
### Dependencies
11+
12+
- Rm cyclic test deps ([#1864](https://github.com/alloy-rs/alloy/issues/1864))
13+
14+
### Features
15+
16+
- Add helpers to any tx envelope ([#1817](https://github.com/alloy-rs/alloy/issues/1817))
17+
18+
### Other
19+
20+
- Change `chain_id` type to `U256` ([#1839](https://github.com/alloy-rs/alloy/issues/1839))
21+
22+
## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
23+
24+
### Miscellaneous Tasks
25+
26+
- Release 0.8.3
27+
828
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
929

1030
### Miscellaneous Tasks

Diff for: crates/node-bindings/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

Diff for: crates/provider/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30
9+
10+
### Bug Fixes
11+
12+
- Use u64 for all gas values ([#1848](https://github.com/alloy-rs/alloy/issues/1848))
13+
14+
## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
15+
16+
### Miscellaneous Tasks
17+
18+
- Release 0.8.3
19+
820
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
921

1022
### Miscellaneous Tasks

Diff for: crates/pubsub/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

Diff for: crates/rpc-client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

Diff for: crates/rpc-types-admin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

Diff for: crates/rpc-types-anvil/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

Diff for: crates/rpc-types-beacon/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30
9+
10+
### Features
11+
12+
- [pectra] Revert EIP-7742 ([#1807](https://github.com/alloy-rs/alloy/issues/1807))
13+
14+
## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
15+
16+
### Miscellaneous Tasks
17+
18+
- Release 0.8.3
19+
820
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
921

1022
### Miscellaneous Tasks

Diff for: crates/rpc-types-debug/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.8.3
13+
814
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
915

1016
### Miscellaneous Tasks

0 commit comments

Comments
 (0)