Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Apr 21, 2021
1 parent 6f49218 commit 7ff95bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to the `vscode-grain` extension will be documented in this file.

## v0.10.0
- Adds syntax support for `for` loops.

## v0.9.0
- Adds syntax support for more number literals.

Expand Down
2 changes: 1 addition & 1 deletion editor-extensions/vscode/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Grain vscode language server",
"publisher": "grain-lang",
"license": "MIT",
"version": "0.9.0",
"version": "0.10.0",
"repository": {
"type": "git",
"url": "https://github.com/grain-lang/grain-language-server"
Expand Down
2 changes: 1 addition & 1 deletion editor-extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-grain",
"displayName": "Grain",
"description": "Grain support for Visual Studio Code.",
"version": "0.9.0",
"version": "0.10.0",
"publisher": "grain-lang",
"keywords": [
"grain",
Expand Down
2 changes: 1 addition & 1 deletion editor-extensions/vscode/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grain-language-server",
"description": "Grain Language Server",
"version": "0.9.0",
"version": "0.10.0",
"publisher": "grain-lang",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 7ff95bc

Please sign in to comment.