Skip to content

Commit 79c66e9

Browse files
authored
Release v0.4.6 (#521)
* chore: bump Cargo version to 0.4.6 * chore: update CHANGELOG for v0.4.6
1 parent a50c754 commit 79c66e9

3 files changed

Lines changed: 32 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.4.5"
2+
version = "0.4.6"
33
edition = "2024"
44
rust-version = "1.94"
55
license = "MIT OR Apache-2.0"

crates/op-rbuilder/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
## [0.4.6] - 2026-05-18
5+
6+
### Bug Fixes
7+
8+
- [`0d63bd8`](https://github.com/flashbots/op-rbuilder/commit/0d63bd84072d17e0321dbeda05af565c6d68013d) Update Cargo.lock file in release script ([#510](https://github.com/flashbots/op-rbuilder/pull/510))
9+
10+
### Documentation
11+
12+
- [`1162908`](https://github.com/flashbots/op-rbuilder/commit/116290840c36b71cecaa549b8a2e58d60fb57087) Require signed commits in CONTRIBUTING ([#515](https://github.com/flashbots/op-rbuilder/pull/515))
13+
14+
### Miscellaneous
15+
16+
- [`376a060`](https://github.com/flashbots/op-rbuilder/commit/376a060142178a8e75fa47d3c28ba471fec6f018) Add flashblock cancel token ([#517](https://github.com/flashbots/op-rbuilder/pull/517))
17+
- [`a53d0da`](https://github.com/flashbots/op-rbuilder/commit/a53d0dae685c8960f3ea64bc373c1bd8c4468f75) Bump Cargo version to 0.4.6
18+
19+
### Performance
20+
21+
- [`369b538`](https://github.com/flashbots/op-rbuilder/commit/369b538ac2d1d510d5d7c1a5567717e28818ed13) Wake poll on cancellation ([#508](https://github.com/flashbots/op-rbuilder/pull/508))
22+
23+
### Refactor
24+
25+
- [`b01741e`](https://github.com/flashbots/op-rbuilder/commit/b01741e8e6f69472912467e46451e92601bb26ef) Extract build_block into another module ([#506](https://github.com/flashbots/op-rbuilder/pull/506))
26+
- [`5579a76`](https://github.com/flashbots/op-rbuilder/commit/5579a763c0465b3274c069464dc163461165f1dc) Move state root computation into its module ([#512](https://github.com/flashbots/op-rbuilder/pull/512))
27+
- [`2710d66`](https://github.com/flashbots/op-rbuilder/commit/2710d66aef74c6aec08476b95bcd39ed3400e9d8) Add commit_tx fn to ExecutionInfo ([#511](https://github.com/flashbots/op-rbuilder/pull/511))
28+
- [`f233b5b`](https://github.com/flashbots/op-rbuilder/commit/f233b5b0feafe95a2f732aefd7d1eb9523c2b10a) Remove backrun pool from config type ([#516](https://github.com/flashbots/op-rbuilder/pull/516))
29+
- [`c468d8a`](https://github.com/flashbots/op-rbuilder/commit/c468d8a0da51db3739f3a63a859d564005c726c7) Make job ctx fields private ([#519](https://github.com/flashbots/op-rbuilder/pull/519))
30+
431
## [0.4.5] - 2026-05-12
532

633
### Bug Fixes

0 commit comments

Comments
 (0)