Skip to content

Commit 8d3e593

Browse files
chore: Release 0.4.0 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 03bb474 commit 8d3e593

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-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.3.0"}
1+
{".":"0.4.0"}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/noir-lang/noir_json_parser/compare/v0.3.0...v0.4.0) (2025-02-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* fixed invalid json passing as valid json ([#32](https://github.com/noir-lang/noir_json_parser/issues/32))
9+
* replace fixed size JSON modules with type aliases ([#19](https://github.com/noir-lang/noir_json_parser/issues/19))
10+
11+
### Bug Fixes
12+
13+
* Add safety blocks and safety comments ([#31](https://github.com/noir-lang/noir_json_parser/issues/31)) ([b6bbbd1](https://github.com/noir-lang/noir_json_parser/commit/b6bbbd1ec549c67842790d3396059265b324efdb))
14+
* Export types mistakenly left private ([#27](https://github.com/noir-lang/noir_json_parser/issues/27)) ([682df8b](https://github.com/noir-lang/noir_json_parser/commit/682df8b6b734a7058c57d8ac58766b3ca7592df2))
15+
* Fixed invalid json passing as valid json ([#32](https://github.com/noir-lang/noir_json_parser/issues/32)) ([cfb29f8](https://github.com/noir-lang/noir_json_parser/commit/cfb29f854d12ca351ed0143f68440695975efc59))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* Replace fixed size JSON modules with type aliases ([#19](https://github.com/noir-lang/noir_json_parser/issues/19)) ([e5669b6](https://github.com/noir-lang/noir_json_parser/commit/e5669b6ed89a4b047bb7dcaf33c6f4b99c7e42f2))
21+
322
## [0.3.0](https://github.com/noir-lang/noir_json_parser/compare/v0.2.0...v0.3.0) (2024-11-25)
423

524

0 commit comments

Comments
 (0)