Bump to 0.21.2 + icon fix & changelog update

This commit is contained in:
WebFreak001 2017-07-23 19:52:45 +02:00
commit ef8245259a
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
# 0.21.0 / 0.21.1 / 0.21.2
(0.21.2 is pushed without changes to hopefully fix vscode installation)
Several fixes to variable pretty printers by @gentoo90
Enabled breakpoints for crystal (@faustinoaq)
# 0.20.0
Added support for pretty printers in variable list (by @gentoo90), enable

View file

@ -9,9 +9,9 @@
"native",
"debug"
],
"version": "0.21.1",
"version": "0.21.2",
"publisher": "webfreak",
"icon": "images/icon-plain.svg",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.8.0"
},