Skip to content

Commit b5f0706

Browse files
author
James Brundage
committed
Updating Module Version [0.1.5] and CHANGELOG
1 parent 320e7c5 commit b5f0706

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.5:
2+
* Support for [inherit]ing a command (Fixes #235) (finally/wow)
3+
* Join-PipeScript: Overhauling (Fixes #231 Fixes #232 Fixes #233 Fixes #236)
4+
* [Management.Automation.Language] type extensions: Adding .Script property and .ToString() scriptmethod (Fixes #234)
5+
---
6+
17
## 0.1.4:
28
* ValidateScriptBlock improvements
39
* Adding -NoLoop/-NoWhileLoop (Fixes #227)

PipeScript.psd1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
2020
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
2121
ReleaseNotes = @'
22+
## 0.1.5:
23+
* Support for [inherit]ing a command (Fixes #235) (finally/wow)
24+
* Join-PipeScript: Overhauling (Fixes #231 Fixes #232 Fixes #233 Fixes #236)
25+
* [Management.Automation.Language] type extensions: Adding .Script property and .ToString() scriptmethod (Fixes #234)
26+
---
27+
2228
## 0.1.4:
2329
* ValidateScriptBlock improvements
2430
* Adding -NoLoop/-NoWhileLoop (Fixes #227)

0 commit comments

Comments
 (0)