Skip to content

Commit

Permalink
chore(main): release 0.150.20 (#85)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `circuit_definitions`: 0.150.19 -> 0.150.20
* `circuit_encodings`: 0.150.19 -> 0.150.20
* `zk_evm`: 0.150.19 -> 0.150.20
* `zk_evm_abstractions`: 0.150.19 -> 0.150.20
* `zkevm_opcode_defs`: 0.150.19 -> 0.150.20
* `zkevm_circuits`: 0.150.19 -> 0.150.20
* `circuit_sequencer_api`: 0.150.19 -> 0.150.20
* `zksync_kzg`: 0.150.19 -> 0.150.20
* `zkevm-assembly`: 0.150.19 -> 0.150.20
* `zkevm_test_harness`: 0.150.19 -> 0.150.20

<details><summary><i><b>Changelog</b></i></summary><p>

## `circuit_definitions`
<blockquote>

##
[0.150.20](v0.150.19...v0.150.20)
- 2025-01-15

### Other

- update Cargo.toml dependencies
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
zksync-era-bot authored Jan 15, 2025
1 parent 4a5f1cb commit d0b3ad2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.150.20](https://github.com/matter-labs/zksync-protocol/compare/v0.150.19...v0.150.20) - 2025-01-15

### Other

- update Cargo.toml dependencies

## [0.150.19](https://github.com/matter-labs/zksync-protocol/compare/v0.150.18...v0.150.19) - 2024-12-20

### Other
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.150.19"
version = "0.150.20"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -16,16 +16,16 @@ keywords = ["blockchain", "zksync"]
categories = ["cryptography"]

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

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

0 comments on commit d0b3ad2

Please sign in to comment.