Skip to content

Commit b5adabf

Browse files
committed
chore(master): release 0.12.0
1 parent e2023a5 commit b5adabf

3 files changed

Lines changed: 21 additions & 2 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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.12.0](https://github.com/eth-act/ere/compare/v0.11.0...v0.12.0) (2026-06-06)
4+
5+
6+
### Features
7+
8+
* add passes=lower-atomic to zisk customized target compiler ([#371](https://github.com/eth-act/ere/issues/371)) ([224b058](https://github.com/eth-act/ere/commit/224b058a77263670d9c9286a62ab90a4c582108b))
9+
* improve zisk cluster client ([#373](https://github.com/eth-act/ere/issues/373)) ([5e9a70e](https://github.com/eth-act/ere/commit/5e9a70e1436829046d1f04696f53cc9bf6aa1b14))
10+
* retry to survive coordinator down ([#375](https://github.com/eth-act/ere/issues/375)) ([eba2bc3](https://github.com/eth-act/ere/commit/eba2bc32526d4eef1a4d796eae6dc08f649e8963))
11+
12+
13+
### Bug Fixes
14+
15+
* docker build of sp1 and risc0 ([#376](https://github.com/eth-act/ere/issues/376)) ([8230df9](https://github.com/eth-act/ere/commit/8230df91c155269299e4188dec933cfbc283c653))
16+
17+
18+
### Performance Improvements
19+
20+
* add optimized llvm parameters for the zisk target ([#374](https://github.com/eth-act/ere/issues/374)) ([e2023a5](https://github.com/eth-act/ere/commit/e2023a54d0f3a5eac601a92da92862cf96554d95))
21+
322
## [0.11.0](https://github.com/eth-act/ere/compare/v0.10.0...v0.11.0) (2026-05-21)
423

524

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ members = [
4949
resolver = "2"
5050

5151
[workspace.package]
52-
version = "0.11.0"
52+
version = "0.12.0"
5353
edition = "2024"
5454
rust-version = "1.88"
5555
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)