Skip to content

Commit

Permalink
chore(main): release prover 9.0.0 (#425)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[9.0.0](prover-v8.1.0...prover-v9.0.0)
(2023-11-09)


### ⚠ BREAKING CHANGES

* boojum integration
([#112](#112))

### Features

* boojum integration
([#112](#112))
([e76d346](e76d346))
* **core:** Split config definitions and deserialization
([#414](#414))
([c7c6b32](c7c6b32))


### Bug Fixes

* **crypto:** update deps to include circuit fixes
([#402](#402))
([4c82015](4c82015))
* **path:** update gpu prover setup data path to remove extra gpu suffix
([#454](#454))
([2e145c1](2e145c1))
* Update prover to use the correct storage oracle
([#446](#446))
([835dd82](835dd82))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Akash <[email protected]>
  • Loading branch information
zksync-era-bot and akash-chandrakar authored Nov 9, 2023
1 parent 45da4f9 commit cb2bc72
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk/zksync-rs": "0.4.0",
"core": "17.1.0",
"prover": "8.1.0"
"prover": "9.0.0"
}
19 changes: 19 additions & 0 deletions prover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [9.0.0](https://github.com/matter-labs/zksync-era/compare/prover-v8.1.0...prover-v9.0.0) (2023-11-09)


### ⚠ BREAKING CHANGES

* boojum integration ([#112](https://github.com/matter-labs/zksync-era/issues/112))

### Features

* boojum integration ([#112](https://github.com/matter-labs/zksync-era/issues/112)) ([e76d346](https://github.com/matter-labs/zksync-era/commit/e76d346d02ded771dea380aa8240da32119d7198))
* **core:** Split config definitions and deserialization ([#414](https://github.com/matter-labs/zksync-era/issues/414)) ([c7c6b32](https://github.com/matter-labs/zksync-era/commit/c7c6b321a63dbcc7f1af045aa7416e697beab08f))


### Bug Fixes

* **crypto:** update deps to include circuit fixes ([#402](https://github.com/matter-labs/zksync-era/issues/402)) ([4c82015](https://github.com/matter-labs/zksync-era/commit/4c820150714dfb01c304c43e27f217f17deba449))
* **path:** update gpu prover setup data path to remove extra gpu suffix ([#454](https://github.com/matter-labs/zksync-era/issues/454)) ([2e145c1](https://github.com/matter-labs/zksync-era/commit/2e145c192b348b2756acf61fac5bfe0ca5a6575f))
* Update prover to use the correct storage oracle ([#446](https://github.com/matter-labs/zksync-era/issues/446)) ([835dd82](https://github.com/matter-labs/zksync-era/commit/835dd828ef5610a446ec8c456e4df1def0e213ab))

## [8.1.0](https://github.com/matter-labs/zksync-era/compare/prover-v7.2.0...prover-v8.1.0) (2023-11-03)


Expand Down

0 comments on commit cb2bc72

Please sign in to comment.