Skip to content

Commit bd00fe9

Browse files
author
James Brundage
committed
Updating Module Version [0.0.5] and CHANGELOG
1 parent 398222d commit bd00fe9

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.0.5
2+
* New Language Features:
3+
* PipedAssignment (#88)
4+
* Command Fixes:
5+
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
6+
* Improved Transpilers:
7+
* .>PipeScript.Inline now supports -StartPattern/-EndPattern (#85)
8+
* Inline Transpilers now use -StartPattern/-EndPattern (#85)
9+
* Inline PipeScript Support for New Languages
10+
* .>Inline.PSD1 (#89)
11+
* .>Inline.XML now handles .PS1XML (#91)
12+
---
13+
114
## 0.0.4
215
* New Transpilers:
316
* .>RegexLiteral (#77)

PipeScript.psd1

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@{
2-
ModuleVersion = '0.0.4'
1+
@{
2+
ModuleVersion = '0.0.5'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -17,6 +17,19 @@
1717

1818
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
1919
ReleaseNotes = @'
20+
## 0.0.5
21+
* New Language Features:
22+
* PipedAssignment (#88)
23+
* Command Fixes:
24+
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
25+
* Improved Transpilers:
26+
* .>PipeScript.Inline now supports -StartPattern/-EndPattern (#85)
27+
* Inline Transpilers now use -StartPattern/-EndPattern (#85)
28+
* Inline PipeScript Support for New Languages
29+
* .>Inline.PSD1 (#89)
30+
* .>Inline.XML now handles .PS1XML (#91)
31+
---
32+
2033
## 0.0.4
2134
* New Transpilers:
2235
* .>RegexLiteral (#77)
@@ -60,4 +73,4 @@ Initial Commit.
6073
'@
6174
}
6275
}
63-
}
76+
}

0 commit comments

Comments
 (0)