Skip to content

Commit

Permalink
chore(main): release 0.150.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zksync-era-bot committed Oct 2, 2024
1 parent a336980 commit 8c0ae79
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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.150.5"
".": "0.150.6"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.150.6](https://github.com/matter-labs/zksync-protocol/compare/v0.150.5...v0.150.6) (2024-10-02)


### Features

* Remove unneeded data and calculations from simulators in witgen ([#18](https://github.com/matter-labs/zksync-protocol/issues/18)) ([7316caf](https://github.com/matter-labs/zksync-protocol/commit/7316caf3428414c9cf8a1b9c4a7846bd813e4050))
* Use zeroes instead of simulator states as unused part of RAM permutation witness ([#47](https://github.com/matter-labs/zksync-protocol/issues/47)) ([a336980](https://github.com/matter-labs/zksync-protocol/commit/a3369809a760c448542d6e6877b95bbabac25d14))


### Bug Fixes

* Simplify closed_form_witness_from_full_form ([#38](https://github.com/matter-labs/zksync-protocol/issues/38)) ([af3d4c4](https://github.com/matter-labs/zksync-protocol/commit/af3d4c4995abf843c79813115716556b4216df53))
* **zkevm_test_harness:** Reduce ExtendedLogQuery RAM usage ([#44](https://github.com/matter-labs/zksync-protocol/issues/44)) ([eecf79a](https://github.com/matter-labs/zksync-protocol/commit/eecf79acebb15db168cf66534f7e1bb644526e72))

## [0.150.5](https://github.com/matter-labs/zksync-protocol/compare/v0.150.4...v0.150.5) (2024-09-06)


Expand Down

0 comments on commit 8c0ae79

Please sign in to comment.