Skip to content

Commit afcaf11

Browse files
author
James Brundage
committed
Updating Module Version [0.0.4] and CHANGELOG
1 parent 88f486e commit afcaf11

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.0.4
2+
* New Transpilers:
3+
* .>RegexLiteral (#77)
4+
* Improved Transpilers:
5+
* .>PipeScript.Inline now supports -ReplacePattern (#84)
6+
* .>Include now supports wildcards (#81)
7+
* Inline PipeScript Support for New Languages
8+
* ATOM (#79)
9+
* Bicep (#73)
10+
* HLSL (#76)
11+
* Perl / POD (#74)
12+
* RSS (#80)
13+
---
14+
115
## 0.0.3
216
* New Transpilers:
317
* .>ValidateExtension (#64)

PipeScript.psd1

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

1818
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
1919
ReleaseNotes = @'
20+
## 0.0.4
21+
* New Transpilers:
22+
* .>RegexLiteral (#77)
23+
* Improved Transpilers:
24+
* .>PipeScript.Inline now supports -ReplacePattern (#84)
25+
* .>Include now supports wildcards (#81)
26+
* Inline PipeScript Support for New Languages
27+
* ATOM (#79)
28+
* Bicep (#73)
29+
* HLSL (#76)
30+
* Perl / POD (#74)
31+
* RSS (#80)
32+
33+
---
2034
## 0.0.3
2135
* New Transpilers:
2236
* .>ValidateExtension (#64)

0 commit comments

Comments
 (0)