From 1e23b592033ff864611721af625d7755c631ee6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:36:29 +0000 Subject: [PATCH] chore: Release 0.3.0 (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 305c150..1c861e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b59c79d..eeeeeeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/noir-lang/noir_string_search/compare/v0.2.0...v0.3.0) (2024-12-04) + + +### ⚠ BREAKING CHANGES + +* update to Noir 0.36.0 ([#10](https://github.com/noir-lang/noir_string_search/issues/10)) + +### Features + +* Update to Noir 0.36.0 ([#10](https://github.com/noir-lang/noir_string_search/issues/10)) ([2fbf54f](https://github.com/noir-lang/noir_string_search/commit/2fbf54f093698e138ba51273ff449290e41e4451)) + ## [0.2.0](https://github.com/noir-lang/noir_string_search/compare/v0.1.0...v0.2.0) (2024-10-04)