Skip to content

Commit 796a2d1

Browse files
committed
prep 0.0.15
1 parent 9d2a090 commit 796a2d1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 0.0.15
4+
- fix: typo in snippet `funcnonreentrant` #25
5+
36
## 0.0.14
47
- new: suppress compiler error/success popup boxes by default. can be re-enabled by setting `vyper.compile.verbose = true`
58
- update: snippets to fit vyper 0.3.x #19 - thanks @msugarm

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.14",
6+
"version": "0.0.15",
77
"keywords": [
88
"vyper",
99
"ethereum",

0 commit comments

Comments
 (0)