Skip to content

Commit f2219e2

Browse files
committed
Bump version to 0.7.2, update CHANGELOG.md
1 parent 3308878 commit f2219e2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 0.7.2
4+
### Friday, September 2, 2016
5+
6+
- Fixed #284: PowerShellContext.AbortException crashes when called more than once
7+
- Fixed #285: PSScriptAnalyzer settings are not being passed to Invoke-ScriptAnalyzer
8+
- Fixed #287: Language service crashes when invalid path chars are used in dot-sourced script reference
9+
310
## 0.7.1
411
### Tuesday, August 23, 2016
512

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ clone_depth: 10
55
skip_tags: true
66

77
environment:
8-
core_version: '0.7.1'
8+
core_version: '0.7.2'
99
prerelease_name: '-beta'
1010

1111
branches:

0 commit comments

Comments
 (0)