Skip to content

Commit 54415cb

Browse files
committed
updated version
1 parent e63a59b commit 54415cb

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 0.5.8 (3 February 2017)
2+
* Fixed a bug in [debugging single files without a launch configuration](https://code.visualstudio.com/updates/v1_9#_debugging-without-a-launch-configuration) [#700](https://github.com/DonJayamanne/pythonVSCode/issues/700)
3+
* Fixed error when starting REPL [#692](https://github.com/DonJayamanne/pythonVSCode/issues/692)
4+
15
### Version 0.5.7 (3 February 2017)
26
* Added support for [debugging single files without a launch configuration](https://code.visualstudio.com/updates/v1_9#_debugging-without-a-launch-configuration)
37
* Adding support for debug snippets [#660](https://github.com/DonJayamanne/pythonVSCode/issues/660)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ For further information and details continue through to the [documentation](http
102102
## [Roadmap](https://donjayamanne.github.io/pythonVSCodeDocs/docs/roadmap/)
103103

104104
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md)
105+
### Version 0.5.8 (3 February 2017)
106+
* Fixed a bug in [debugging single files without a launch configuration](https://code.visualstudio.com/updates/v1_9#_debugging-without-a-launch-configuration) [#700](https://github.com/DonJayamanne/pythonVSCode/issues/700)
107+
* Fixed error when starting REPL [#692](https://github.com/DonJayamanne/pythonVSCode/issues/692)
108+
105109
### Version 0.5.7 (3 February 2017)
106110
* Added support for [debugging single files without a launch configuration](https://code.visualstudio.com/updates/v1_9#_debugging-without-a-launch-configuration)
107111
* Adding support for debug snippets [#660](https://github.com/DonJayamanne/pythonVSCode/issues/660)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.",
5-
"version": "0.5.7",
5+
"version": "0.5.8",
66
"publisher": "donjayamanne",
77
"author": {
88
"name": "Don Jayamanne",

0 commit comments

Comments
 (0)