-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
09a5bde
commit 1eb5a95
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{".": "0.0.0"} | ||
{".":"0.2.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |