Skip to content

Commit

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


##
[16.2.0](core-v16.1.0...core-v16.2.0)
(2023-10-26)


### Features

* **basic_witness_producer_input:** Add Basic Witness Producer Input
component ([#156](#156))
([3cd24c9](3cd24c9))
* **core:** adding pubdata to statekeeper and merkle tree
([#259](#259))
([1659c84](1659c84))


### Bug Fixes

* **db:** Fix root cause of RocksDB misbehavior
([#301](#301))
([d6c30ab](d6c30ab))
* **en:** gracefully shutdown en waiting for reorg detector
([#270](#270))
([f048485](f048485))

---
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 Oct 26, 2023
1 parent 1659c84 commit 677611e
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,6 +1,6 @@
{
"sdk/zksync-web3.js": "0.15.4",
"sdk/zksync-rs": "0.4.0",
"core": "16.1.0",
"core": "16.2.0",
"prover": "7.2.0"
}
14 changes: 14 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [16.2.0](https://github.com/matter-labs/zksync-era/compare/core-v16.1.0...core-v16.2.0) (2023-10-26)


### Features

* **basic_witness_producer_input:** Add Basic Witness Producer Input component ([#156](https://github.com/matter-labs/zksync-era/issues/156)) ([3cd24c9](https://github.com/matter-labs/zksync-era/commit/3cd24c92b1f3011a5c43a61238e7fecf1a01ae3d))
* **core:** adding pubdata to statekeeper and merkle tree ([#259](https://github.com/matter-labs/zksync-era/issues/259)) ([1659c84](https://github.com/matter-labs/zksync-era/commit/1659c840687e4c71e8d5f7be3f2e66785d5fd0dc))


### Bug Fixes

* **db:** Fix root cause of RocksDB misbehavior ([#301](https://github.com/matter-labs/zksync-era/issues/301)) ([d6c30ab](https://github.com/matter-labs/zksync-era/commit/d6c30abbb842b1db04db276838144737525e3f86))
* **en:** gracefully shutdown en waiting for reorg detector ([#270](https://github.com/matter-labs/zksync-era/issues/270)) ([f048485](https://github.com/matter-labs/zksync-era/commit/f048485a0cdb7631c61b241d64d6a428f33178be))

## [16.1.0](https://github.com/matter-labs/zksync-era/compare/core-v16.0.2...core-v16.1.0) (2023-10-24)


Expand Down

0 comments on commit 677611e

Please sign in to comment.