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))