Skip to content

Commit e235c66

Browse files
chore(main): release 0.12.0 (#51)
* chore(main): release 0.12.0 * chore: update Cargo.lock --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1852a93 commit e235c66

12 files changed

Lines changed: 42 additions & 33 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.12.0](https://github.com/eth-act/ere-guests/compare/v0.11.0...v0.12.0) (2026-06-08)
4+
5+
6+
### Features
7+
8+
* revert MAX_WITHDRAWALS_PER_PAYLOAD to 16 ([#50](https://github.com/eth-act/ere-guests/issues/50)) ([53610d8](https://github.com/eth-act/ere-guests/commit/53610d8db55de41b69f34ba7fa8d4f8280bb84fc))
9+
* update CI release workflow ([#49](https://github.com/eth-act/ere-guests/issues/49)) ([b842e05](https://github.com/eth-act/ere-guests/commit/b842e05e0f8fc0e043f9dbc5f90b10117617c52c))
10+
* update ere ([#53](https://github.com/eth-act/ere-guests/issues/53)) ([1852a93](https://github.com/eth-act/ere-guests/commit/1852a93c19adb1b8ca1d0930a2609484735521b0))
11+
312
## [0.11.0](https://github.com/eth-act/ere-guests/compare/v0.10.0...v0.11.0) (2026-05-21)
413

514

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -21,7 +21,7 @@ resolver = "2"
2121
edition = "2024"
2222
license = "MIT OR Apache-2.0"
2323
rust-version = "1.88"
24-
version = "0.11.0"
24+
version = "0.12.0"
2525

2626
[workspace.lints.rust]
2727
missing_debug_implementations = "warn"

bin/stateless-validator-ethrex/risc0/Cargo.lock

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

bin/stateless-validator-ethrex/sp1/Cargo.lock

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

bin/stateless-validator-ethrex/zisk/Cargo.lock

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

bin/stateless-validator-reth/airbender/Cargo.lock

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

bin/stateless-validator-reth/openvm/Cargo.lock

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

bin/stateless-validator-reth/risc0/Cargo.lock

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

0 commit comments

Comments
 (0)