From e4171205e63f6ad599c265512ea16e9e12f2968b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 17 Feb 2016 11:08:52 -0800 Subject: [PATCH 1/2] Fix #127: Update to PSScriptAnalyzer 1.4.0 --- submodules/PSScriptAnalyzer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/PSScriptAnalyzer b/submodules/PSScriptAnalyzer index a09b0156a..2df55e0db 160000 --- a/submodules/PSScriptAnalyzer +++ b/submodules/PSScriptAnalyzer @@ -1 +1 @@ -Subproject commit a09b0156ac5004241ddc34b3fc4c6c5323b35dd6 +Subproject commit 2df55e0db32ff18d8125bf8d3ce802b33e89406e From 8fed9b6eeb87e1474132889d84dc8fa88acc960c Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 17 Feb 2016 11:09:53 -0800 Subject: [PATCH 2/2] Bump version to 0.4.2, update changelog --- CHANGELOG.md | 8 ++++++++ appveyor.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddaf648c..ce1f10512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # PowerShell Editor Services Release History +## 0.4.2 +### Wednesday, February 17, 2016 + +- Fixed #127: Update to PSScriptAnalyzer 1.4.0 +- Fixed #149: Scripts fail to launch in the debugger if working directory path contains spaces +- Fixed #153: Script Analyzer integration is not working in 0.4.1 release +- Fixed #159: LanguageServer.Shutdown method hangs while waiting for remaining buffered output to flush + ## 0.4.1 ### Tuesday, February 9, 2016 diff --git a/appveyor.yml b/appveyor.yml index 089fc2359..0eb6bde62 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ configuration: Release clone_depth: 10 environment: - core_version: '0.4.1' + core_version: '0.4.2' prerelease_name: '-beta' branches: