Skip to content

Commit 570bf3d

Browse files
chore: Release 0.0.17 (#101)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47d506c commit 570bf3d

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.16"
2+
".": "0.0.17"
33
}

CHANGELOG.md

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

3+
## [0.0.17](https://github.com/noir-lang/vscode-noir/compare/v0.0.16...v0.0.17) (2025-07-14)
4+
5+
6+
### Features
7+
8+
* `while` and other syntax highlighting ([#106](https://github.com/noir-lang/vscode-noir/issues/106)) ([47d506c](https://github.com/noir-lang/vscode-noir/commit/47d506cd8048f2d112cf55a43d00590206cb71f3))
9+
* allow running `nargo expand` ([#104](https://github.com/noir-lang/vscode-noir/issues/104)) ([63e2ce5](https://github.com/noir-lang/vscode-noir/commit/63e2ce56b46595c7c0f84499ddb1c4de6c6a5ae0))
10+
* **codelens:** trigger debugger on 'Debug test' command ([#3](https://github.com/noir-lang/vscode-noir/issues/3)) ([#100](https://github.com/noir-lang/vscode-noir/issues/100)) ([fca148c](https://github.com/noir-lang/vscode-noir/commit/fca148c9f5570dfbe5426864dff204ed8dd7108d))
11+
312
## [0.0.16](https://github.com/noir-lang/vscode-noir/compare/v0.0.15...v0.0.16) (2025-02-04)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-noir",
33
"displayName": "Noir Language Support",
44
"description": "Noir support for Visual Studio Code",
5-
"version": "0.0.16",
5+
"version": "0.0.17",
66
"publisher": "noir-lang",
77
"keywords": [
88
"noir",

0 commit comments

Comments
 (0)