Skip to content

Commit

Permalink
prepare v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed Jan 19, 2022
1 parent 0bca651 commit 94aad3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

## 0.0.12
- new: make available as web extension (vscode.dev).
- new: vscode.dev support (vscode web extension) #12
- Note: compiling vyper is not yet supported!

## 0.0.11
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Ethereum Vyper language support for Visual Studio Code

[Marketplace](https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-vyper): `ext install tintinweb.vscode-vyper`

<sup>Also available on [vscode.dev](vscode.dev)! (compilation not yet supported)</sup>


## Features

Expand Down Expand Up @@ -90,11 +92,5 @@ Note: Active features can be disabled by setting `Settings` → `Vyper` → `Mod

see [CHANGELOG](./CHANGELOG.md)

### v0.0.10
- fix: an issue where the compilation would fail on windows systems #4
- update: disabled mythx.io trial code
- update: disabled signature helper (not yet implemented)
- update: quick code cleanup
- fix: allow workspace relative `vyper.command` #3

-----------------------------------------------------------------------------------------------------------
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 @@ -3,7 +3,7 @@
"displayName": "Vyper",
"description": "Ethereum Vyper language support for Visual Studio Code",
"license": "MIT",
"version": "0.0.11",
"version": "0.0.12",
"keywords": [
"vyper",
"ethereum",
Expand Down

0 comments on commit 94aad3e

Please sign in to comment.