Skip to content

Commit

Permalink
chore: Release 0.0.4 (#26)
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 Aug 16, 2023
1 parent 1b26aeb commit 607a3d4
Show file tree
Hide file tree
Showing 4 changed files with 18 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.3"
".": "0.0.4"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.0.4](https://github.com/noir-lang/vscode-noir/compare/v0.0.3...v0.0.4) (2023-08-16)


### Features

* Add compile command to handle Compile code lens ([#30](https://github.com/noir-lang/vscode-noir/issues/30)) ([c88a397](https://github.com/noir-lang/vscode-noir/commit/c88a397dd18b80e99a361995312389e40e3edf0a))
* Add execute command to handle Execute code lens ([#31](https://github.com/noir-lang/vscode-noir/issues/31)) ([7eb8a52](https://github.com/noir-lang/vscode-noir/commit/7eb8a52543c09fcf11b18d168be262fb51f43bf7))
* Handle nargo.test command when executed by codelens ([#25](https://github.com/noir-lang/vscode-noir/issues/25)) ([d901967](https://github.com/noir-lang/vscode-noir/commit/d901967cb51f0bc76199d984ba9465ab74cd3c43))


### Bug Fixes

* Accept multiple arguments for a registered command ([#29](https://github.com/noir-lang/vscode-noir/issues/29)) ([0185ff4](https://github.com/noir-lang/vscode-noir/commit/0185ff47acd3e4aa8da4a9149c407ba0a1526b48))

## [0.0.3](https://github.com/noir-lang/vscode-noir/compare/v0.0.2...v0.0.3) (2023-06-26)


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.3",
"version": "0.0.4",
"publisher": "noir-lang",
"keywords": [
"noir",
Expand Down

0 comments on commit 607a3d4

Please sign in to comment.