Skip to content

Commit ef5efd6

Browse files
chore(main): release 0.12.1
1 parent e80cb85 commit ef5efd6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

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

3+
## [0.12.1](https://github.com/matter-labs/zksync-os-server/compare/v0.12.0...v0.12.1) (2025-12-02)
4+
5+
6+
### Features
7+
8+
* Don't report Passthrough in batch_number metrics ([#683](https://github.com/matter-labs/zksync-os-server/issues/683)) ([7719fb3](https://github.com/matter-labs/zksync-os-server/commit/7719fb34a6047e98596b26ffcb2abc12917a97e0))
9+
10+
11+
### Bug Fixes
12+
13+
* upgrade issues in block context provider ([#666](https://github.com/matter-labs/zksync-os-server/issues/666)) ([e80cb85](https://github.com/matter-labs/zksync-os-server/commit/e80cb8539e5a986516a8b01e7a1d0aaa9ec1e9ac))
14+
315
## [0.12.0](https://github.com/matter-labs/zksync-os-server/compare/v0.11.1...v0.12.0) (2025-11-28)
416

517

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resolver = "3"
3636
default-members = ["node/bin"]
3737

3838
[workspace.package]
39-
version = "0.12.0-non-semver-compat"
39+
version = "0.12.1"
4040
edition = "2024"
4141
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
4242
homepage = "https://zksync.io/"

0 commit comments

Comments
 (0)