Skip to content

Commit 3e7cbe4

Browse files
chore(main): release prover 14.5.0 (#2109)
🤖 I have created a release *beep* *boop* --- ## [14.5.0](prover-v14.4.0...prover-v14.5.0) (2024-06-04) ### Features * update VKs and bump cargo.lock ([#2112](#2112)) ([6510317](6510317)) * use semver for metrics, move constants to prover workspace ([#2098](#2098)) ([7a50a9f](7a50a9f)) ### Bug Fixes * **block-reverter:** Fix reverting snapshot files ([#2064](#2064)) ([17a7e78](17a7e78)) * **house-keeper:** Fix queue size queries ([#2106](#2106)) ([183502a](183502a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 927d842 commit 3e7cbe4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"core": "24.7.0",
3-
"prover": "14.4.0"
3+
"prover": "14.5.0"
44
}

prover/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [14.5.0](https://github.com/matter-labs/zksync-era/compare/prover-v14.4.0...prover-v14.5.0) (2024-06-04)
4+
5+
6+
### Features
7+
8+
* update VKs and bump cargo.lock ([#2112](https://github.com/matter-labs/zksync-era/issues/2112)) ([6510317](https://github.com/matter-labs/zksync-era/commit/65103173085a0b500a626cb8179fad77ee97fadd))
9+
* use semver for metrics, move constants to prover workspace ([#2098](https://github.com/matter-labs/zksync-era/issues/2098)) ([7a50a9f](https://github.com/matter-labs/zksync-era/commit/7a50a9f79e516ec150d1f30b9f1c781a5523375b))
10+
11+
12+
### Bug Fixes
13+
14+
* **block-reverter:** Fix reverting snapshot files ([#2064](https://github.com/matter-labs/zksync-era/issues/2064)) ([17a7e78](https://github.com/matter-labs/zksync-era/commit/17a7e782d9e35eaf38acf920c2326d4037c7781e))
15+
* **house-keeper:** Fix queue size queries ([#2106](https://github.com/matter-labs/zksync-era/issues/2106)) ([183502a](https://github.com/matter-labs/zksync-era/commit/183502a17eb47a747f50b6a9d38ab78de984f80e))
16+
317
## [14.4.0](https://github.com/matter-labs/zksync-era/compare/prover-v14.3.0...prover-v14.4.0) (2024-05-30)
418

519

0 commit comments

Comments
 (0)