Skip to content

Commit c678619

Browse files
chore(main): release core 18.5.0 (#593)
🤖 I have created a release *beep* *boop* --- ## [18.5.0](core-v18.4.0...core-v18.5.0) (2023-12-05) ### Features * Add metric to CallTracer for calculating maximum depth of the calls ([#535](#535)) ([19c84ce](19c84ce)) * Add various metrics to the Prover subsystems ([#541](#541)) ([58a4e6c](58a4e6c)) ### Bug Fixes * Sync protocol version between consensus and server blocks ([#568](#568)) ([56776f9](56776f9)) --- 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 56776f9 commit c678619

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk/zksync-rs": "0.4.0",
3-
"core": "18.4.0",
3+
"core": "18.5.0",
44
"prover": "9.0.0"
55
}

core/CHANGELOG.md

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

3+
## [18.5.0](https://github.com/matter-labs/zksync-era/compare/core-v18.4.0...core-v18.5.0) (2023-12-05)
4+
5+
6+
### Features
7+
8+
* Add metric to CallTracer for calculating maximum depth of the calls ([#535](https://github.com/matter-labs/zksync-era/issues/535)) ([19c84ce](https://github.com/matter-labs/zksync-era/commit/19c84ce624d53735133fa3b12c7f980e8c14260d))
9+
* Add various metrics to the Prover subsystems ([#541](https://github.com/matter-labs/zksync-era/issues/541)) ([58a4e6c](https://github.com/matter-labs/zksync-era/commit/58a4e6c4c22bd7f002ede1c6def0dc260706185e))
10+
11+
12+
### Bug Fixes
13+
14+
* Sync protocol version between consensus and server blocks ([#568](https://github.com/matter-labs/zksync-era/issues/568)) ([56776f9](https://github.com/matter-labs/zksync-era/commit/56776f929f547b1a91c5b70f89e87ef7dc25c65a))
15+
316
## [18.4.0](https://github.com/matter-labs/zksync-era/compare/core-v18.3.1...core-v18.4.0) (2023-12-01)
417

518

0 commit comments

Comments
 (0)