From b0478b357ce548644a7c707cafd31e77d2a28ae8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:02:10 +0000 Subject: [PATCH] chore: Release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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))