From a00fe53c2ddf152d64ca5c631395a9e3f393202f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:40:41 +0000 Subject: [PATCH] chore: Release 0.3.0 (#18) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) 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 0534d39..be077e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.3.0](https://github.com/noir-lang/noir_json_parser/compare/v0.2.0...v0.3.0) (2024-11-25) + + +### ⚠ BREAKING CHANGES + +* update to support Noir 0.37.0 ([#16](https://github.com/noir-lang/noir_json_parser/issues/16)) + +### Features + +* Update to support Noir 0.37.0 ([#16](https://github.com/noir-lang/noir_json_parser/issues/16)) ([b31c3a7](https://github.com/noir-lang/noir_json_parser/commit/b31c3a7ad950634031ae692941e23a2f6f0b035e)) + + +### Bug Fixes + +* Add type declarations to globals ([#21](https://github.com/noir-lang/noir_json_parser/issues/21)) ([c32dcd5](https://github.com/noir-lang/noir_json_parser/commit/c32dcd5bc6c924b613500122bb84ca8cc94c6cb9)) + ## 0.2.0 (2024-09-27)