Skip to content

Commit 4c915c4

Browse files
committed
Bump version to 0.7.0, update CHANGELOG.md
1 parent 43413c9 commit 4c915c4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# vscode-powershell 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+
You can find installation and usage instructions at the [PowerShell GitHub repository](https://github.com/PowerShell/PowerShell).
11+
312
## 0.6.2
413
### Friday, August 12, 2016
514

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerShell",
33
"displayName": "PowerShell",
4-
"version": "0.6.2",
4+
"version": "0.7.0",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

0 commit comments

Comments
 (0)