Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Feb 9, 2021
1 parent 690e64c commit e040cfc
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.9.0
- Adds syntax support for more number literals.

## v0.8.1
- Fixes an issue with using `and` as an identifier.

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.8.1",
"version": "0.9.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.8.1",
"version": "0.9.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.8.1",
"version": "0.9.0",
"publisher": "grain-lang",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit e040cfc

Please sign in to comment.