Skip to content

Commit 9a34241

Browse files
committed
chore: release 0.12.1
1 parent e8e11bf commit 9a34241

File tree

39 files changed

+145
-1
lines changed

39 files changed

+145
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.12.1](https://github.com/alloy-rs/alloy/releases/tag/v0.12.1) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Add inner_mut ([#2160](https://github.com/alloy-rs/alloy/issues/2160))
13+
814
## [0.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
915

1016
### Bug Fixes
@@ -71,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7177

7278
### Miscellaneous Tasks
7379

80+
- Release 0.12.0
7481
- Support static error msg ([#2158](https://github.com/alloy-rs/alloy/issues/2158))
7582
- [`consensus`] Rename `Recovered` methods ([#2155](https://github.com/alloy-rs/alloy/issues/2155))
7683
- Add any tx conversion ([#2153](https://github.com/alloy-rs/alloy/issues/2153))

Cargo.toml

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

55
[workspace.package]
6-
version = "0.12.0"
6+
version = "0.12.1"
77
edition = "2021"
88
rust-version = "1.81"
99
authors = ["Alloy Contributors"]

crates/alloy/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
99

10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
1014
### Other
1115

1216
- Add `rlp` feature to `full` feature ([#2124](https://github.com/alloy-rs/alloy/issues/2124))

crates/consensus-any/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Run zepter checks for features of non-workspace dependencies ([#2144](https://github.com/alloy-rs/alloy/issues/2144))
1313

14+
### Miscellaneous Tasks
15+
16+
- Release 0.12.0
17+
1418
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
1519

1620
### Miscellaneous Tasks

crates/consensus/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.12.1](https://github.com/alloy-rs/alloy/releases/tag/v0.12.1) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Add inner_mut ([#2160](https://github.com/alloy-rs/alloy/issues/2160))
13+
814
## [0.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
915

1016
### Bug Fixes
@@ -34,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3440

3541
### Miscellaneous Tasks
3642

43+
- Release 0.12.0
3744
- Support static error msg ([#2158](https://github.com/alloy-rs/alloy/issues/2158))
3845
- [`consensus`] Rename `Recovered` methods ([#2155](https://github.com/alloy-rs/alloy/issues/2155))
3946
- Box value ([#2152](https://github.com/alloy-rs/alloy/issues/2152))

crates/contract/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
### Miscellaneous Tasks
2222

23+
- Release 0.12.0
2324
- Use impl Into StateOverride ([#2145](https://github.com/alloy-rs/alloy/issues/2145))
2425
- Rename `on_builtin` to `connect` ([#2078](https://github.com/alloy-rs/alloy/issues/2078))
2526
- Update url ([#2071](https://github.com/alloy-rs/alloy/issues/2071))

crates/eip5792/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Documentation

crates/eip7547/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Miscellaneous Tasks

crates/eips/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- [`eip4844`] Heap allocated blob ([#2050](https://github.com/alloy-rs/alloy/issues/2050))
1919
- Add helpers to create a BlobSidecar ([#2047](https://github.com/alloy-rs/alloy/issues/2047))
2020

21+
### Miscellaneous Tasks
22+
23+
- Release 0.12.0
24+
2125
### Other
2226

2327
- Implement Transaction type on Either type ([#2097](https://github.com/alloy-rs/alloy/issues/2097))

crates/genesis/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Run zepter checks for features of non-workspace dependencies ([#2144](https://github.com/alloy-rs/alloy/issues/2144))
1313

14+
### Miscellaneous Tasks
15+
16+
- Release 0.12.0
17+
1418
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
1519

1620
### Miscellaneous Tasks

crates/json-rpc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- [`contract`] Decode as `SolError` ([#2072](https://github.com/alloy-rs/alloy/issues/2072))
1313

14+
### Miscellaneous Tasks
15+
16+
- Release 0.12.0
17+
1418
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
1519

1620
### Miscellaneous Tasks

crates/network-primitives/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Miscellaneous Tasks
2020

21+
- Release 0.12.0
2122
- Support static error msg ([#2158](https://github.com/alloy-rs/alloy/issues/2158))
2223

2324
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12

crates/network/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Miscellaneous Tasks
2121

22+
- Release 0.12.0
2223
- Support static error msg ([#2158](https://github.com/alloy-rs/alloy/issues/2158))
2324
- [`consensus`] Rename `Recovered` methods ([#2155](https://github.com/alloy-rs/alloy/issues/2155))
2425
- Add any tx conversion ([#2153](https://github.com/alloy-rs/alloy/issues/2153))

crates/node-bindings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
99

10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
1014
### Testing
1115

1216
- Enable more tests on windows ([#2126](https://github.com/alloy-rs/alloy/issues/2126))

crates/provider/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828

2929
### Miscellaneous Tasks
3030

31+
- Release 0.12.0
3132
- [`provider`] Fix `mocked` ret type ([#2156](https://github.com/alloy-rs/alloy/issues/2156))
3233
- Use impl Into StateOverride ([#2145](https://github.com/alloy-rs/alloy/issues/2145))
3334
- [`provider`] Use quicknode ([#2121](https://github.com/alloy-rs/alloy/issues/2121))

crates/pubsub/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Miscellaneous Tasks

crates/rpc-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- [`provider`] Trace api builder ([#2119](https://github.com/alloy-rs/alloy/issues/2119))
1313

14+
### Miscellaneous Tasks
15+
16+
- Release 0.12.0
17+
1418
### Testing
1519

1620
- Enable more tests on windows ([#2126](https://github.com/alloy-rs/alloy/issues/2126))

crates/rpc-types-admin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Miscellaneous Tasks

crates/rpc-types-anvil/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Miscellaneous Tasks

crates/rpc-types-any/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Miscellaneous Tasks

crates/rpc-types-beacon/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Miscellaneous Tasks

crates/rpc-types-debug/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Remove preimage hashes from execution witness ([#2059](https://github.com/alloy-rs/alloy/issues/2059))
1313

14+
### Miscellaneous Tasks
15+
16+
- Release 0.12.0
17+
1418
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
1519

1620
### Miscellaneous Tasks

crates/rpc-types-engine/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Miscellaneous Tasks
2020

21+
- Release 0.12.0
2122
- [engine] Add missing variants for parent beacon block root to `PayloadError` ([#2087](https://github.com/alloy-rs/alloy/issues/2087))
2223

2324
### Other

crates/rpc-types-eth/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
### Miscellaneous Tasks
2828

29+
- Release 0.12.0
2930
- Support static error msg ([#2158](https://github.com/alloy-rs/alloy/issues/2158))
3031
- [`consensus`] Rename `Recovered` methods ([#2155](https://github.com/alloy-rs/alloy/issues/2155))
3132
- Use impl Into StateOverride ([#2145](https://github.com/alloy-rs/alloy/issues/2145))

crates/rpc-types-mev/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- [rpc-types-mev] SimBundleLogs should contain all logs fields. ([#2061](https://github.com/alloy-rs/alloy/issues/2061))
1313
- [rpc-types-mev] Compatibility with mev-geth responses. ([#2079](https://github.com/alloy-rs/alloy/issues/2079))
1414

15+
### Miscellaneous Tasks
16+
17+
- Release 0.12.0
18+
1519
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
1620

1721
### Features

crates/rpc-types-trace/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Documentation

crates/rpc-types-txpool/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Add helper methods to Transaction Pool Content ([#2111](https://github.com/alloy-rs/alloy/issues/2111))
1313

14+
### Miscellaneous Tasks
15+
16+
- Release 0.12.0
17+
1418
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
1519

1620
### Miscellaneous Tasks

crates/rpc-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Miscellaneous Tasks

crates/serde/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Miscellaneous Tasks
1111

12+
- Release 0.12.0
1213
- Add some accessors ([#2132](https://github.com/alloy-rs/alloy/issues/2132))
1314

1415
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12

crates/signer-aws/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Miscellaneous Tasks
1515

16+
- Release 0.12.0
1617
- IntoWallet for Ledger ([#2136](https://github.com/alloy-rs/alloy/issues/2136))
1718

1819
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12

crates/signer-gcp/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Miscellaneous Tasks
1515

16+
- Release 0.12.0
1617
- IntoWallet for Ledger ([#2136](https://github.com/alloy-rs/alloy/issues/2136))
1718

1819
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12

crates/signer-ledger/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Miscellaneous Tasks
1111

12+
- Release 0.12.0
1213
- IntoWallet for Ledger ([#2136](https://github.com/alloy-rs/alloy/issues/2136))
1314

1415
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12

crates/signer-local/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Miscellaneous Tasks
1515

16+
- Release 0.12.0
1617
- IntoWallet for Ledger ([#2136](https://github.com/alloy-rs/alloy/issues/2136))
1718

1819
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12

crates/signer-trezor/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Miscellaneous Tasks
1515

16+
- Release 0.12.0
1617
- IntoWallet for Ledger ([#2136](https://github.com/alloy-rs/alloy/issues/2136))
1718

1819
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12

crates/signer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
99

10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
1014
### Other
1115

1216
- Implement Transaction type on Either type ([#2097](https://github.com/alloy-rs/alloy/issues/2097))

crates/transport-http/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.12.0
13+
814
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
915

1016
### Miscellaneous Tasks

0 commit comments

Comments
 (0)