Skip to content

Commit 8fed9b6

Browse files
committed
Bump version to 0.4.2, update changelog
1 parent e417120 commit 8fed9b6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# PowerShell Editor Services Release History
22

3+
## 0.4.2
4+
### Wednesday, February 17, 2016
5+
6+
- Fixed #127: Update to PSScriptAnalyzer 1.4.0
7+
- Fixed #149: Scripts fail to launch in the debugger if working directory path contains spaces
8+
- Fixed #153: Script Analyzer integration is not working in 0.4.1 release
9+
- Fixed #159: LanguageServer.Shutdown method hangs while waiting for remaining buffered output to flush
10+
311
## 0.4.1
412
### Tuesday, February 9, 2016
513

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration: Release
44
clone_depth: 10
55

66
environment:
7-
core_version: '0.4.1'
7+
core_version: '0.4.2'
88
prerelease_name: '-beta'
99

1010
branches:

0 commit comments

Comments
 (0)