Skip to content

Commit 3208ab5

Browse files
committed
Updated version to 0.3.15
1 parent 9e8d771 commit 3208ab5

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,12 @@ Your feedback is crucial in prioritizing the items and in determining whether we
9999

100100
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/releases)
101101

102-
### Current Version 0.3.14
103-
* Modifications to handle errors in linters when the linter isn't installed.
102+
### Current Version 0.3.15
103+
* Modifications to handle errors in linters [#185](https://github.com/DonJayamanne/pythonVSCode/issues/185)
104+
* Fixes to formatting and handling of not having empty lines at end of file [#181](https://github.com/DonJayamanne/pythonVSCode/issues/185)
105+
* Modifications to infer paths of packages on windows [#178](https://github.com/DonJayamanne/pythonVSCode/issues/178)
106+
* Fix for debuger crahes [#45](https://github.com/DonJayamanne/pythonVSCode/issues/45)
107+
* Changes to AppInsights key [#156](https://github.com/DonJayamanne/pythonVSCode/issues/156)
104108

105109
## Source
106110

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, snippets, and more.",
5-
"version": "0.3.14",
5+
"version": "0.3.15",
66
"publisher": "donjayamanne",
77
"author": {
88
"name": "Don Jayamanne",

0 commit comments

Comments
 (0)