Skip to content

Commit 94aad3e

Browse files
committed
prepare v0.0.12
1 parent 0bca651 commit 94aad3e

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

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

77
## 0.0.11

Diff for: README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Ethereum Vyper language support for Visual Studio Code
1313

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

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

1719
## Features
1820

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

9193
see [CHANGELOG](./CHANGELOG.md)
9294

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

10096
-----------------------------------------------------------------------------------------------------------

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vyper",
44
"description": "Ethereum Vyper language support for Visual Studio Code",
55
"license": "MIT",
6-
"version": "0.0.11",
6+
"version": "0.0.12",
77
"keywords": [
88
"vyper",
99
"ethereum",

0 commit comments

Comments
 (0)