From 1b446f2e27dd464cc1b38d35acff35b90e644924 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 06:30:09 +0800 Subject: [PATCH] chore: Release 0.1.1 (#24) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b881a39..f1cf1e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} +{".":"0.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 77723e5..3218d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/noir-lang/noir-edwards/compare/v0.1.0...v0.1.1) (2025-01-16) + + +### Bug Fixes + +* Add necessary unsafe blocks ([#23](https://github.com/noir-lang/noir-edwards/issues/23)) ([dbd41da](https://github.com/noir-lang/noir-edwards/commit/dbd41da8e83607d231f2b7d969a63be7878f38dd)) + ## 0.1.0 (2024-12-04)