Skip to content

Commit

Permalink
prepare 0.0.7
Browse files Browse the repository at this point in the history
fix fetch-lang-spec in package.json
  • Loading branch information
tintinweb committed Sep 6, 2019
1 parent 34488fc commit fc23501
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.0.7
- updated grammar
- fixed mythX issue due to API change
- fixed diagnostics handling: compiler warnings and mythx are now updated on a per file basis.
- fixed run compile / when file is opened the first time, not only on change.

## 0.0.5 - 0.0-6
- repackage broken archive
- fix diagProvider only showing one mythx scan result
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ Note: Active features can be disabled by setting `Settings` → `Vyper` → `Mod

see [CHANGELOG](./CHANGELOG.md)

## 0.0.5 - 0.0-6
- repackage broken archive
- fix diagProvider only showing one mythx scan result
## 0.0.7
- updated grammar
- fixed mythX issue due to API change
- fixed diagnostics handling: compiler warnings and mythx are now updated on a per file basis.
- fixed run compile / when file is opened the first time, not only on change.

-----------------------------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-vyper",
"displayName": "Vyper",
"description": "Ethereum Vyper language support for Visual Studio Code",
"version": "0.0.6",
"version": "0.0.7",
"keywords": [
"vyper",
"ethereum",
Expand Down Expand Up @@ -122,7 +122,7 @@
]
},
"scripts": {
"fetchGrammar": "rm -f syntaxes/vyper.tmLanguage.json && python3 ./scripts/fetch_vyper_language_spec.py > syntaxes/vyper.tmLanguage.js"
"fetchGrammar": "rm -f syntaxes/vyper.tmLanguage.json && python3 ./scripts/fetch_vyper_language_spec.py > syntaxes/vyper.tmLanguage.json"
},
"dependencies": {
"armlet": "^2.3.0",
Expand Down

0 comments on commit fc23501

Please sign in to comment.