From 035ad9af5877a98bb03550f610d57aa1fc7d20de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:56:00 +0000 Subject: [PATCH] chore: Release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8efb275..6bbfeb6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.0"} +{".":"0.5.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7c772..3a8d613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.5.0](https://github.com/noir-lang/noir_json_parser/compare/v0.4.0...v0.5.0) (2025-09-04) + + +### ⚠ BREAKING CHANGES + +* fix a bunch of visibility issues ([#38](https://github.com/noir-lang/noir_json_parser/issues/38)) + +### Features + +* Make get functions public ([#91](https://github.com/noir-lang/noir_json_parser/issues/91)) ([601ec49](https://github.com/noir-lang/noir_json_parser/commit/601ec4999c5f3c7a7d175edacdcf37233d36a8a8)) +* Removes redundant `_var` and `_unchecked_var` function variants ([#90](https://github.com/noir-lang/noir_json_parser/issues/90)) ([37908a7](https://github.com/noir-lang/noir_json_parser/commit/37908a71789464caff9b6a4333ef8232fd93f830)) + + +### Bug Fixes + +* Add missing generic ([#44](https://github.com/noir-lang/noir_json_parser/issues/44)) ([b6b35ef](https://github.com/noir-lang/noir_json_parser/commit/b6b35efa1e26dcb071acd0b9bd33f1c8247b9bf1)) +* Add validation for literals ([#64](https://github.com/noir-lang/noir_json_parser/issues/64)) ([8adc6a8](https://github.com/noir-lang/noir_json_parser/commit/8adc6a84e51e59fb1c224ac3206604186f869083)) +* Do not cast numbers to bool ([#45](https://github.com/noir-lang/noir_json_parser/issues/45)) ([eb041f7](https://github.com/noir-lang/noir_json_parser/commit/eb041f7f72c2370a0063c8b2e1ed0ee64b5b21ff)) + + +### Miscellaneous Chores + +* Fix a bunch of visibility issues ([#38](https://github.com/noir-lang/noir_json_parser/issues/38)) ([e45c9b9](https://github.com/noir-lang/noir_json_parser/commit/e45c9b9ba2419ac5310408939baed36def342db1)) + ## [0.4.0](https://github.com/noir-lang/noir_json_parser/compare/v0.3.0...v0.4.0) (2025-02-13)