Skip to content

Commit 3b06ae2

Browse files
chore: Release 0.5.0
1 parent b6b35ef commit 3b06ae2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.4.0"}
1+
{".":"0.5.0"}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/noir-lang/noir_json_parser/compare/v0.4.0...v0.5.0) (2025-05-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* fix a bunch of visibility issues ([#38](https://github.com/noir-lang/noir_json_parser/issues/38))
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* 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))
18+
319
## [0.4.0](https://github.com/noir-lang/noir_json_parser/compare/v0.3.0...v0.4.0) (2025-02-13)
420

521

0 commit comments

Comments
 (0)