Skip to content

Commit

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


##
[18.4.0](core-v18.3.1...core-v18.4.0)
(2023-12-01)


### Features

* adds spellchecker workflow, and corrects misspelled words
([#559](#559))
([beac0a8](beac0a8))
* **en:** Support arbitrary genesis block for external nodes
([#537](#537))
([15d7eaf](15d7eaf))
* **merkle tree:** Remove enumeration index assignment from Merkle tree
([#551](#551))
([e2c1b20](e2c1b20))
* Restore commitment test in Boojum integration
([#539](#539))
([06f510d](06f510d))


### Bug Fixes

* Change no pending batches 404 error into a success response
([#279](#279))
([e8fd805](e8fd805))
* **vm:** Expose additional types and traits
([#563](#563))
([bd268ac](bd268ac))
* **witness_generator:** Disable BWIP dependency
([#573](#573))
([e05d955](e05d955))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
zksync-era-bot committed Dec 1, 2023
1 parent e05d955 commit 5994aae
Show file tree
Hide file tree
Showing 2 changed files with 18 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,5 +1,5 @@
{
"sdk/zksync-rs": "0.4.0",
"core": "18.3.1",
"core": "18.4.0",
"prover": "9.0.0"
}
17 changes: 17 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [18.4.0](https://github.com/matter-labs/zksync-era/compare/core-v18.3.1...core-v18.4.0) (2023-12-01)


### Features

* adds spellchecker workflow, and corrects misspelled words ([#559](https://github.com/matter-labs/zksync-era/issues/559)) ([beac0a8](https://github.com/matter-labs/zksync-era/commit/beac0a85bb1535b05c395057171f197cd976bf82))
* **en:** Support arbitrary genesis block for external nodes ([#537](https://github.com/matter-labs/zksync-era/issues/537)) ([15d7eaf](https://github.com/matter-labs/zksync-era/commit/15d7eaf872e222338810243865cec9dff7f6e799))
* **merkle tree:** Remove enumeration index assignment from Merkle tree ([#551](https://github.com/matter-labs/zksync-era/issues/551)) ([e2c1b20](https://github.com/matter-labs/zksync-era/commit/e2c1b20e361e6ee2f5ac69cefe75d9c5575eb2f7))
* Restore commitment test in Boojum integration ([#539](https://github.com/matter-labs/zksync-era/issues/539)) ([06f510d](https://github.com/matter-labs/zksync-era/commit/06f510d00f855ddafaebb504f7ea799700221072))


### Bug Fixes

* Change no pending batches 404 error into a success response ([#279](https://github.com/matter-labs/zksync-era/issues/279)) ([e8fd805](https://github.com/matter-labs/zksync-era/commit/e8fd805c8be7980de7676bca87cfc2d445aab9e1))
* **vm:** Expose additional types and traits ([#563](https://github.com/matter-labs/zksync-era/issues/563)) ([bd268ac](https://github.com/matter-labs/zksync-era/commit/bd268ac02bc3530c1d3247cb9496c3e13c2e52d9))
* **witness_generator:** Disable BWIP dependency ([#573](https://github.com/matter-labs/zksync-era/issues/573)) ([e05d955](https://github.com/matter-labs/zksync-era/commit/e05d955036c76a29f9b6e900872c69e20278e045))

## [18.3.1](https://github.com/matter-labs/zksync-era/compare/core-v18.3.0...core-v18.3.1) (2023-11-28)


Expand Down

0 comments on commit 5994aae

Please sign in to comment.