Skip to content

Commit b4ecbde

Browse files
authored
chore(master): release 0.8.0 (#67)
1 parent 732fcbb commit b4ecbde

4 files changed

Lines changed: 16 additions & 7 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.7.0"
2+
".": "0.8.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.8.0](https://github.com/eth-act/zkboost/compare/v0.7.0...v0.8.0) (2026-06-09)
4+
5+
6+
### Features
7+
8+
* bump ere and add cluster kind with zisk cluster support ([#66](https://github.com/eth-act/zkboost/issues/66)) ([732fcbb](https://github.com/eth-act/zkboost/commit/732fcbb8d5aa853af9b6581ff1e4e2a75e38bc66))
9+
* reject proof requests early for verifier-only instances ([#64](https://github.com/eth-act/zkboost/issues/64)) ([5e4d30b](https://github.com/eth-act/zkboost/commit/5e4d30b866123e80169104fe9fe818ad129bfb25))
10+
* add proof types endpoint ([#65](https://github.com/eth-act/zkboost/issues/65)) ([9be2085](https://github.com/eth-act/zkboost/commit/9be2085d87e130674d0b2f7abb0679541e20c426))
11+
312
## [0.7.0](https://github.com/eth-act/zkboost/compare/v0.6.0...v0.7.0) (2026-05-13)
413

514

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
edition = "2024"
1414
rust-version = "1.93"
1515
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)