Skip to content

Commit eec9599

Browse files
chore(main): release core 24.5.1 (#2108)
🤖 I have created a release *beep* *boop* --- ## [24.5.1](core-v24.5.0...core-v24.5.1) (2024-05-31) ### Bug Fixes * **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). --------- Co-authored-by: zksync-era-bot <[email protected]>
1 parent 183502a commit eec9599

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"core": "24.5.0",
2+
"core": "24.5.1",
33
"prover": "14.4.0"
44
}

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [24.5.1](https://github.com/matter-labs/zksync-era/compare/core-v24.5.0...core-v24.5.1) (2024-05-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [24.5.0](https://github.com/matter-labs/zksync-era/compare/core-v24.4.0...core-v24.5.0) (2024-05-30)
411

512

core/bin/external_node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zksync_external_node"
3-
version = "24.5.0" # x-release-please-version
3+
version = "24.5.1" # x-release-please-version
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)