Skip to content

Commit 3b7a8b4

Browse files
chore(main): release zkstack_cli 0.2.2
1 parent b4361a3 commit 3b7a8b4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"core": "29.8.0",
33
"prover": "24.0.0",
4-
"zkstack_cli": "0.2.1"
4+
"zkstack_cli": "0.2.2"
55
}

zkstack_cli/CHANGELOG.md

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

3+
## [0.2.2](https://github.com/matter-labs/zksync-era/compare/zkstack_cli-v0.2.1...zkstack_cli-v0.2.2) (2026-01-27)
4+
5+
6+
### Features
7+
8+
* add support for eip-7594 blob format ([#4542](https://github.com/matter-labs/zksync-era/issues/4542)) ([b57d6f6](https://github.com/matter-labs/zksync-era/commit/b57d6f6eb2c908692f356f584a8e3b0158ef2969))
9+
* **crypto:** Update crypto deps ([#4587](https://github.com/matter-labs/zksync-era/issues/4587)) ([c5e7152](https://github.com/matter-labs/zksync-era/commit/c5e7152c7908b8f253f111b359d0fa9f4548da62))
10+
* **zkstack:** ensure priority queue is empty before migrating to gateway ([#4539](https://github.com/matter-labs/zksync-era/issues/4539)) ([a5e1133](https://github.com/matter-labs/zksync-era/commit/a5e1133e4974bde5e2dad81b211e5a205f6a65f5))
11+
* **zkstack:** support genesis for zksync os ([#4536](https://github.com/matter-labs/zksync-era/issues/4536)) ([c577d86](https://github.com/matter-labs/zksync-era/commit/c577d867cc3081b4ce12c59351e0a32c2fdfe241))
12+
13+
14+
### Bug Fixes
15+
16+
* **gateway_migration:** Add wait for starting migration ([#4613](https://github.com/matter-labs/zksync-era/issues/4613)) ([31564c2](https://github.com/matter-labs/zksync-era/commit/31564c286942a514e8c71cfb143064f7225c03b2))
17+
* **zkstack:** fix `--update-submodules` flag to accept explicit values ([#4559](https://github.com/matter-labs/zksync-era/issues/4559)) ([88481ce](https://github.com/matter-labs/zksync-era/commit/88481cefa8e1536c95698cd7b07d37fd0e4bbe43))
18+
* **zkstack:** fix total_executed ([#4628](https://github.com/matter-labs/zksync-era/issues/4628)) ([584f01a](https://github.com/matter-labs/zksync-era/commit/584f01a81ac90fa7ce84dc3516e8c648090d090c))
19+
* **zkstack:** get rid of more dependencies from config ([#4554](https://github.com/matter-labs/zksync-era/issues/4554)) ([9e59509](https://github.com/matter-labs/zksync-era/commit/9e595099746fae6e216431270075dfa44d805b71))
20+
321
## [0.2.1](https://github.com/matter-labs/zksync-era/compare/zkstack_cli-v0.2.0...zkstack_cli-v0.2.1) (2025-10-09)
422

523

zkstack_cli/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.2.1" # x-release-please-version
12+
version = "0.2.2" # x-release-please-version
1313
edition = "2021"
1414
homepage = "https://zksync.io/"
1515
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)