From d22ea086001414815059692087d98ac7a510c8d4 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:49:43 +0400 Subject: [PATCH] chore(main): release 0.150.7 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 66e50c7..9548f55 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.150.6" + ".": "0.150.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f26a9..1654682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.150.7](https://github.com/matter-labs/zksync-protocol/compare/v0.150.6...v0.150.7) (2024-10-25) + + +### Bug Fixes + +* remove the need for the `regex` crate's `pattern` feature ([#51](https://github.com/matter-labs/zksync-protocol/issues/51)) ([042ed7c](https://github.com/matter-labs/zksync-protocol/commit/042ed7c1d141f9da0ce54eb680bc42dc706371b2)) + ## [0.150.6](https://github.com/matter-labs/zksync-protocol/compare/v0.150.5...v0.150.6) (2024-10-07)