Skip to content

Commit

Permalink
chore: Release 0.0.10 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 4, 2024
1 parent 2ef2925 commit d358474
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.9"
".": "0.0.10"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.0.10](https://github.com/noir-lang/vscode-noir/compare/v0.0.9...v0.0.10) (2024-03-04)


### Features

* add `unchecked` keyword highlighting ([#72](https://github.com/noir-lang/vscode-noir/issues/72)) ([47e5b3c](https://github.com/noir-lang/vscode-noir/commit/47e5b3c22ef2994ee4028fec93d0fbcc2db5b383))
* add keyword highlighting for databus visibility keywords ([#68](https://github.com/noir-lang/vscode-noir/issues/68)) ([fe14627](https://github.com/noir-lang/vscode-noir/commit/fe14627ed4ea6dc7c81ebb96eecd4256652ddb1d))
* **aztec:** search for aztec-nargo on top of nargo bin ([#67](https://github.com/noir-lang/vscode-noir/issues/67)) ([0be02a5](https://github.com/noir-lang/vscode-noir/commit/0be02a573bb48435f36e9517c4b69a2d7b633f96))
* introduce setting to disable Code Lens feature ([#64](https://github.com/noir-lang/vscode-noir/issues/64)) ([2ef2925](https://github.com/noir-lang/vscode-noir/commit/2ef2925ca9d9d2e3002f0d862a1f3f0c9fb8ef90))

## [0.0.9](https://github.com/noir-lang/vscode-noir/compare/v0.0.8...v0.0.9) (2023-12-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-noir",
"displayName": "Noir Language Support",
"description": "Noir support for Visual Studio Code",
"version": "0.0.9",
"version": "0.0.10",
"publisher": "noir-lang",
"keywords": [
"noir",
Expand Down

0 comments on commit d358474

Please sign in to comment.