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..aadbcd3 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-11-15) + + +### ⚠ 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)