Skip to content

Commit

Permalink
docs: Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 14, 2024
1 parent 18f37cc commit b827bca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.10.0

- Added YAML file validation for all moon configuration files.
- Requires the `redhat.vscode-yaml` extension to be installed. VSCode should prompt you to install it.

## 0.9.0

- Added a "Tags" view for projects in the moon console sidebar.
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ prefixed with "moon".
- [x] Last run view
- [x] Commands and command palette
- [x] Watches and reacts to file system changes.
- [ ] Schema validation for YAML configs
- [x] Schema validation for YAML configs
- [ ] moon language server
- [ ] Auto-completion
- [ ] In-editor code generation
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"name": "moon-console",
"publisher": "moonrepo",
"displayName": "moon console",
Expand Down

0 comments on commit b827bca

Please sign in to comment.