Skip to content

Commit

Permalink
Merge pull request #100 from PowerShell/release/0.4.1
Browse files Browse the repository at this point in the history
Prepare version 0.4.1
  • Loading branch information
daviwil committed Feb 17, 2016
2 parents 6a5d3e1 + 69ceb8b commit 7525e11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# vscode-powershell Release History

## 0.4.1
### Wednesday, February 17, 2016

- Updated PSScriptAnalyzer 1.4.0 for improved rule marker extents
- Added example Pester task for running tests in the examples folder
- Fixed #94: Scripts fail to launch in the debugger if the working directory path contains spaces

## 0.4.0
### Monday, February 8, 2016
### Tuesday, February 9, 2016

#### Debugging improvements

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PowerShell",
"displayName": "PowerShell",
"version": "0.4.0",
"version": "0.4.1",
"publisher": "ms-vscode",
"description": "Develop PowerShell scripts in Visual Studio Code!",
"engines": {
Expand Down

0 comments on commit 7525e11

Please sign in to comment.