From 1eb5a95c6ddafa7e6585a1ea586ba430a9f03808 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:57:49 +0100 Subject: [PATCH] chore: Release 0.2.0 (#8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d73c7b..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "0.0.0"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0534d39 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 0.2.0 (2024-09-27) + + +### ⚠ BREAKING CHANGES + +* replace usage of u16s in generics with u32s ([#12](https://github.com/noir-lang/noir_json_parser/issues/12)) +* update to 0.34.0 ([#6](https://github.com/noir-lang/noir_json_parser/issues/6)) + +### Features + +* Update to 0.34.0 ([#6](https://github.com/noir-lang/noir_json_parser/issues/6)) ([ec163ab](https://github.com/noir-lang/noir_json_parser/commit/ec163ab7d1564db54a2db1f64ee479cc14dbdd68)) + + +### Bug Fixes + +* Replace usage of u16s in generics with u32s ([#12](https://github.com/noir-lang/noir_json_parser/issues/12)) ([09a5bde](https://github.com/noir-lang/noir_json_parser/commit/09a5bde90e7c5f1eb221a0da986b7e88113c187d))