Skip to content

Commit f8b2749

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

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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:

module/PowerShellEditorServices/PowerShellEditorServices.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PowerShellEditorServices.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.7.1'
15+
ModuleVersion = '0.7.2'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'

0 commit comments

Comments
 (0)