From 145da0ad8480e923d29adcb61da91f1dd4171fe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:48:29 +0000 Subject: [PATCH] chore: Release 0.1.0 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b719d43..b881a39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.0"} +{".":"0.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..77723e5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## 0.1.0 (2024-12-04) + + +### ⚠ BREAKING CHANGES + +* update to support Noir 0.37.0 ([#9](https://github.com/noir-lang/noir-edwards/issues/9)) +* update to support Noir 0.36.0 ([#7](https://github.com/noir-lang/noir-edwards/issues/7)) + +### Features + +* Update to support Noir 0.36.0 ([#7](https://github.com/noir-lang/noir-edwards/issues/7)) ([3188ea7](https://github.com/noir-lang/noir-edwards/commit/3188ea74fe3b059219a2ea87899589c266256d74)) + + +### Bug Fixes + +* Update to support Noir 0.37.0 ([#9](https://github.com/noir-lang/noir-edwards/issues/9)) ([a8156aa](https://github.com/noir-lang/noir-edwards/commit/a8156aac31f46de85b2d5f69ac71050b58daf9dc)) +* Use `ec` library instead of standard library ([#13](https://github.com/noir-lang/noir-edwards/issues/13)) ([af7daa8](https://github.com/noir-lang/noir-edwards/commit/af7daa8f5f942435e405f69f7c11182a350f65b7)) + + +### Miscellaneous Chores + +* Add release-please ([#16](https://github.com/noir-lang/noir-edwards/issues/16)) ([8f17cdf](https://github.com/noir-lang/noir-edwards/commit/8f17cdfdcade8a4fd3ae54450517a57ba3313f61))