Skip to content

Commit bd400a8

Browse files
Prep for 1.8.2 release (#713)
* Prep for 1.8.2 release * Update CHANGELOG.md * touch up
1 parent f3da699 commit bd400a8

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

Diff for: CHANGELOG.md

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

3+
## v1.8.2
4+
### Thursday, July 26, 2018
5+
6+
#### Fixes and Improvements
7+
8+
- [PowerShell/PowerShellEditorServices #712](https://github.com/PowerShell/PowerShellEditorServices/pull/712) -
9+
workaround to support inmemory:// (#712)
10+
- [PowerShell/PowerShellEditorServices #706](https://github.com/PowerShell/PowerShellEditorServices/pull/706) -
11+
Go To Definition works with different Ast types (#706)
12+
- [PowerShell/PowerShellEditorServices #707](https://github.com/PowerShell/PowerShellEditorServices/pull/707) -
13+
fix stdio passing (#707)
14+
- [PowerShell/PowerShellEditorServices #709](https://github.com/PowerShell/PowerShellEditorServices/pull/709) -
15+
Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio (#709)
16+
- [PowerShell/PowerShellEditorServices #710](https://github.com/PowerShell/PowerShellEditorServices/pull/710) -
17+
stdio should only launch language service not debug (#710)
18+
- [PowerShell/PowerShellEditorServices #705](https://github.com/PowerShell/PowerShellEditorServices/pull/705) -
19+
Fix load order of PSSA modules (#705)
20+
- [PowerShell/PowerShellEditorServices #704](https://github.com/PowerShell/PowerShellEditorServices/pull/704) -
21+
Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704) (Thanks @bergmeister!)
22+
323
## v1.8.1
424
### Wednesday, July 11, 2018
525

Diff for: PowerShellEditorServices.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.8.1</VersionPrefix>
3+
<VersionPrefix>1.8.2</VersionPrefix>
44
<Company>Microsoft</Company>
55
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
66
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.8.1.{build}'
1+
version: '1.8.2.{build}'
22
image: Visual Studio 2017
33
clone_depth: 10
44
skip_tags: true

Diff for: 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 = '1.8.1'
15+
ModuleVersion = '1.8.2'
1616

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

0 commit comments

Comments
 (0)