Skip to content

Commit 8f95fbc

Browse files
committed
Bump version to 0.7.0, update CHANGELOG.md
1 parent 52cf076 commit 8f95fbc

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# PowerShell Editor Services Release History
22

3+
## 0.7.0
4+
### Thursday, August 18, 2016
5+
6+
#### Introducing support for Linux and macOS!
7+
8+
This release marks the beginning of our support for Linux and macOS via
9+
the new [cross-platform release of PowerShell](https://github.com/PowerShell/PowerShell).
10+
11+
NuGet packages will be provided in the upcoming 0.7.1 release.
12+
13+
#### Other improvements
14+
15+
- Introduced a new TCP channel to provide a commonly-available communication channel
16+
across multiple editors and platforms
17+
- PowerShell Script Analyzer integration has been shifted from direct use via DLL to
18+
consuming the PowerShell module and cmdlets
19+
- Updated code to account for platform differences across Windows and Linux/macOS
20+
- Improved stability of the language service when being used in Sublime Text
21+
322
## 0.6.2
423
### Tuesday, August 9, 2016
524

appveyor.yml

Lines changed: 1 addition & 1 deletion
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.6.2'
7+
core_version: '0.7.0'
88
prerelease_name: '-beta'
99

1010
branches:

0 commit comments

Comments
 (0)