Skip to content

Commit

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


##
[14.1.0](prover-v14.0.0...prover-v14.1.0)
(2024-05-11)


### Features

* **en:** Brush up EN observability config
([#1897](#1897))
([086f768](086f768))
* Extract several crates from zksync_core
([#1859](#1859))
([7dcf796](7dcf796))
* **Prover CLI:** Configuration (with flag)
([#1861](#1861))
([620c880](620c880))
* **Prover CLI:** Initial Docs
([#1862](#1862))
([8b094aa](8b094aa))
* **Prover CLI:** status l1 command
([#1706](#1706))
([8ddd039](8ddd039))
* prover components versioning
([#1660](#1660))
([29a4ffc](29a4ffc))


### Bug Fixes

* 1.5.0 + validium (contracts only) patches
([#1911](#1911))
([bf439f4](bf439f4))
* Update prover cargo lock
([#1896](#1896))
([2ca01f5](2ca01f5))

---
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 May 11, 2024
1 parent f1e49f1 commit bf7f22e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
@@ -1,4 +1,4 @@
{
"core": "24.1.0",
"prover": "14.0.0"
"prover": "14.1.0"
}
18 changes: 18 additions & 0 deletions prover/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## [14.1.0](https://github.com/matter-labs/zksync-era/compare/prover-v14.0.0...prover-v14.1.0) (2024-05-11)


### Features

* **en:** Brush up EN observability config ([#1897](https://github.com/matter-labs/zksync-era/issues/1897)) ([086f768](https://github.com/matter-labs/zksync-era/commit/086f7683307b2b9c6a43cb8cf2c1a8a8874277a7))
* Extract several crates from zksync_core ([#1859](https://github.com/matter-labs/zksync-era/issues/1859)) ([7dcf796](https://github.com/matter-labs/zksync-era/commit/7dcf79606e0f37b468c82b6bdcb374149bc30f34))
* **Prover CLI:** Configuration (with flag) ([#1861](https://github.com/matter-labs/zksync-era/issues/1861)) ([620c880](https://github.com/matter-labs/zksync-era/commit/620c88020363cfc534fe8f6889cb2ed8bba89cdd))
* **Prover CLI:** Initial Docs ([#1862](https://github.com/matter-labs/zksync-era/issues/1862)) ([8b094aa](https://github.com/matter-labs/zksync-era/commit/8b094aa91b89f713fd6f0f5ce0412a340a059650))
* **Prover CLI:** status l1 command ([#1706](https://github.com/matter-labs/zksync-era/issues/1706)) ([8ddd039](https://github.com/matter-labs/zksync-era/commit/8ddd0397bd12742e7784c71dedaa08b075d39cda))
* prover components versioning ([#1660](https://github.com/matter-labs/zksync-era/issues/1660)) ([29a4ffc](https://github.com/matter-labs/zksync-era/commit/29a4ffc6b9420590f32a9e1d1585ebffb95eeb6c))


### Bug Fixes

* 1.5.0 + validium (contracts only) patches ([#1911](https://github.com/matter-labs/zksync-era/issues/1911)) ([bf439f4](https://github.com/matter-labs/zksync-era/commit/bf439f4b382e7fd396ce8f035de8e2a5640f8151))
* Update prover cargo lock ([#1896](https://github.com/matter-labs/zksync-era/issues/1896)) ([2ca01f5](https://github.com/matter-labs/zksync-era/commit/2ca01f5f00459570c210890d85c11345271bbed0))

## [14.0.0](https://github.com/matter-labs/zksync-era/compare/prover-v13.0.0...prover-v14.0.0) (2024-05-06)


Expand Down

0 comments on commit bf7f22e

Please sign in to comment.