Skip to content

Commit

Permalink
chore(main): release zksync-rs 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zksync-era-bot committed Feb 16, 2024
1 parent c411924 commit 9e6b6ed
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
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",
"sdk/zksync-rs": "0.5.0",
"core": "20.6.0",
"prover": "11.0.0"
}
21 changes: 21 additions & 0 deletions sdk/zksync-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.5.0](https://github.com/matter-labs/zksync-era/compare/zksync-rs-v0.4.0...zksync-rs-v0.5.0) (2024-02-16)


### ⚠ BREAKING CHANGES

* **vm:** Release v19 - remove allowlist ([#747](https://github.com/matter-labs/zksync-era/issues/747))
* boojum integration ([#112](https://github.com/matter-labs/zksync-era/issues/112))

### Features

* address remaining spelling issues in dev comments and turns on dev_comments in cfg ([#827](https://github.com/matter-labs/zksync-era/issues/827)) ([1fd0afd](https://github.com/matter-labs/zksync-era/commit/1fd0afdcd9b6c344e1f5dac93fda5aa25c106b2f))
* **api:** Do not return receipt if tx was not included to the batch ([#706](https://github.com/matter-labs/zksync-era/issues/706)) ([625d632](https://github.com/matter-labs/zksync-era/commit/625d632934ac63ad7479de50d65f83e6f144c7dd))
* **api:** remove jsonrpc backend ([#693](https://github.com/matter-labs/zksync-era/issues/693)) ([b3f0417](https://github.com/matter-labs/zksync-era/commit/b3f0417fd4512f98d7e579eb5b3b03c7f4b92e18))
* boojum integration ([#112](https://github.com/matter-labs/zksync-era/issues/112)) ([e76d346](https://github.com/matter-labs/zksync-era/commit/e76d346d02ded771dea380aa8240da32119d7198))
* **vm:** Release v19 - remove allowlist ([#747](https://github.com/matter-labs/zksync-era/issues/747)) ([0e2bc56](https://github.com/matter-labs/zksync-era/commit/0e2bc561b9642b854718adcc86087a3e9762cf5d))


### Bug Fixes

* **test:** Provide higher min allowance in estimation ([#923](https://github.com/matter-labs/zksync-era/issues/923)) ([d379612](https://github.com/matter-labs/zksync-era/commit/d37961296c102555e7128424fb1e9b998579b1de))

## [0.4.0](https://github.com/matter-labs/zksync-2-dev/compare/zksync-v0.3.0...zksync-v0.4.0) (2023-03-23)


Expand Down
2 changes: 1 addition & 1 deletion sdk/zksync-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zksync"
version = "0.4.0"
version = "0.5.0"
authors = ["The Matter Labs Team <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 9e6b6ed

Please sign in to comment.