Skip to content

Commit d7a642d

Browse files
author
James Brundage
committed
Updating Module Version [0.0.6] and CHANGELOG
1 parent 9e5419e commit d7a642d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.0.6:
2+
* New Transpilers:
3+
* ValidateScriptBlock
4+
* Improved Transpilers:
5+
* [Include] not including source generators (#96)
6+
* PipeScript.psm1 is now build with PipeScript (#95)
7+
* Join-PipeScript: Fixing -BlockType (#97)
8+
* GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
9+
---
10+
111
## 0.0.5
212
* New Language Features:
313
* PipedAssignment (#88)

PipeScript.psd1

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

1818
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
1919
ReleaseNotes = @'
20+
## 0.0.6:
21+
* New Transpilers:
22+
* ValidateScriptBlock
23+
* Improved Transpilers:
24+
* [Include] not including source generators (#96)
25+
* PipeScript.psm1 is now build with PipeScript (#95)
26+
* Join-PipeScript: Fixing -BlockType (#97)
27+
* GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
28+
---
29+
2030
## 0.0.5
2131
* New Language Features:
2232
* PipedAssignment (#88)

0 commit comments

Comments
 (0)