Skip to content

Commit 142329e

Browse files
Merge pull request #130 from StartAutomating/PipeScriptFixesAndSyntax
Updating Module Version [0.0.9] and CHANGELOG
2 parents b13319d + 1d8692c commit 142329e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

PipeScript.psd1

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.0.8'
2+
ModuleVersion = '0.0.9'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -17,6 +17,15 @@
1717

1818
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
1919
ReleaseNotes = @'
20+
## 0.0.9:
21+
* New Features:
22+
* new keyword (#128)
23+
* == operator (#123 (thanks @dfinke))
24+
* Fixes
25+
* REST Transpiler automatically coerces [DateTime] and [switch] parameters (#118)
26+
* Join-PipeScript: Fixing multiparam error (#124)
27+
* ValidateScriptBlock: Only validing ScriptBlocks (#125)
28+
---
2029
## 0.0.8:
2130
* New Commands:
2231
* New-PipeScript (#94)

0 commit comments

Comments
 (0)