diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 59fed2a..77ae2b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} \ No newline at end of file +{".":"0.2.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..16c94a7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [0.2.0](https://github.com/noir-lang/noir_sort/compare/v0.1.0...v0.2.0) (2024-10-24) + + +### ⚠ BREAKING CHANGES + +* update to support Noir 0.36.0 ([#2](https://github.com/noir-lang/noir_sort/issues/2)) + +### Features + +* Update to support Noir 0.36.0 ([#2](https://github.com/noir-lang/noir_sort/issues/2)) ([765047c](https://github.com/noir-lang/noir_sort/commit/765047c479d0ae4d057845290cc4f7d1baf183ed))