Skip to content

Commit a00fe53

Browse files
chore: Release 0.3.0 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c32dcd5 commit a00fe53

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.2.0"}
1+
{".":"0.3.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.3.0](https://github.com/noir-lang/noir_json_parser/compare/v0.2.0...v0.3.0) (2024-11-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update to support Noir 0.37.0 ([#16](https://github.com/noir-lang/noir_json_parser/issues/16))
9+
10+
### Features
11+
12+
* Update to support Noir 0.37.0 ([#16](https://github.com/noir-lang/noir_json_parser/issues/16)) ([b31c3a7](https://github.com/noir-lang/noir_json_parser/commit/b31c3a7ad950634031ae692941e23a2f6f0b035e))
13+
14+
15+
### Bug Fixes
16+
17+
* Add type declarations to globals ([#21](https://github.com/noir-lang/noir_json_parser/issues/21)) ([c32dcd5](https://github.com/noir-lang/noir_json_parser/commit/c32dcd5bc6c924b613500122bb84ca8cc94c6cb9))
18+
319
## 0.2.0 (2024-09-27)
420

521

0 commit comments

Comments
 (0)