Skip to content

Commit

Permalink
chore(main): release 0.151.3 (#131)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.151.3](v0.151.2...v0.151.3)
(2025-02-20)


### Features

* compatibility for old memory model
([#129](#129))
([75ed663](75ed663))

---
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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: zksync-era-bot <zksync-era-bot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and zksync-era-bot authored Feb 20, 2025
1 parent 75ed663 commit 3c9e583
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.151.2"
".": "0.151.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.151.3](https://github.com/matter-labs/zksync-protocol/compare/v0.151.2...v0.151.3) (2025-02-20)


### Features

* compatibility for old memory model ([#129](https://github.com/matter-labs/zksync-protocol/issues/129)) ([75ed663](https://github.com/matter-labs/zksync-protocol/commit/75ed6637883c6a17834244eef3f57faac3ae3904))

## [0.151.2](https://github.com/matter-labs/zksync-protocol/compare/v0.151.1...v0.151.2) - 2025-02-10

### Fixed
Expand Down
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "2"

[workspace.package]
# All the packages in the workspace should have the same version
version = "0.151.2" # x-release-please-version
version = "0.151.3" # x-release-please-version
edition = "2021"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
homepage = "https://zksync.io/"
Expand All @@ -16,16 +16,16 @@ keywords = ["blockchain", "zksync"]
categories = ["cryptography"]

[workspace.dependencies]
circuit_definitions = { version = "=0.151.2", path = "crates/circuit_definitions" }
circuit_encodings = { version = "=0.151.2", path = "crates/circuit_encodings" }
circuit_sequencer_api = { version = "=0.151.2", path = "crates/circuit_sequencer_api" }
kzg = { version = "=0.151.2", path = "crates/kzg", package = "zksync_kzg" }
zk_evm = { version = "=0.151.2", path = "crates/zk_evm" }
zk_evm_abstractions = { version = "=0.151.2", path = "crates/zk_evm_abstractions" }
zkevm_circuits = { version = "=0.151.2", path = "crates/zkevm_circuits" }
zkevm_opcode_defs = { version = "=0.151.2", path = "crates/zkevm_opcode_defs" }
zkevm_test_harness = { version = "=0.151.2", path = "crates/zkevm_test_harness" }
zkevm-assembly = { version = "=0.151.2", path = "crates/zkEVM-assembly" }
circuit_definitions = { version = "0.151.3", path = "crates/circuit_definitions" }
circuit_encodings = { version = "0.151.3", path = "crates/circuit_encodings" }
circuit_sequencer_api = { version = "0.151.3", path = "crates/circuit_sequencer_api" }
kzg = { version = "0.151.3", path = "crates/kzg", package = "zksync_kzg" }
zk_evm = { version = "0.151.3", path = "crates/zk_evm" }
zk_evm_abstractions = { version = "0.151.3", path = "crates/zk_evm_abstractions" }
zkevm_circuits = { version = "0.151.3", path = "crates/zkevm_circuits" }
zkevm_opcode_defs = { version = "0.151.3", path = "crates/zkevm_opcode_defs" }
zkevm_test_harness = { version = "0.151.3", path = "crates/zkevm_test_harness" }
zkevm-assembly = { version = "0.151.3", path = "crates/zkEVM-assembly" }

# `zksync-crypto` repository
snark_wrapper = "=0.31.0"
Expand Down

0 comments on commit 3c9e583

Please sign in to comment.