From 5f212b81a27a9c9db5e208e8a250651e395aca98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:57:42 +0100 Subject: [PATCH] chore: Release 0.2.0 (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [0.2.0](https://github.com/noir-lang/noir_string_search/compare/v0.1.0...v0.2.0) (2024-10-04) ### ⚠ BREAKING CHANGES * bump minimum noir version to 0.34.0 ### Features * Bump minimum noir version to 0.34.0 ([a0a7b98](https://github.com/noir-lang/noir_string_search/commit/a0a7b9818657da7d447dec43b625c6d2748934ea)) ### Bug Fixes * Remove prints ([c2c03c4](https://github.com/noir-lang/noir_string_search/commit/c2c03c45004b3eaa931f0cb007cd92023d3f745a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b881a39..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b59c79d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [0.2.0](https://github.com/noir-lang/noir_string_search/compare/v0.1.0...v0.2.0) (2024-10-04) + + +### ⚠ BREAKING CHANGES + +* bump minimum noir version to 0.34.0 + +### Features + +* Bump minimum noir version to 0.34.0 ([a0a7b98](https://github.com/noir-lang/noir_string_search/commit/a0a7b9818657da7d447dec43b625c6d2748934ea)) + + +### Bug Fixes + +* Remove prints ([c2c03c4](https://github.com/noir-lang/noir_string_search/commit/c2c03c45004b3eaa931f0cb007cd92023d3f745a))