Skip to content

Commit 11117ef

Browse files
author
James Brundage
committed
Updating Module Version [0.1] and CHANGELOG
1 parent 1ba0692 commit 11117ef

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1:
2+
* PipeScript can now Transpile Protocols (Fixes #168)
3+
* PipeScript can transpile http[s] protocol (Fixes #169)
4+
* PipeScript now formats the AST (Fixes #166)
5+
* Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
6+
---
7+
18
## 0.0.14:
29
* New Transpilers:
310
* [RemoveParameter] (#159)

PipeScript.psd1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.0.14'
2+
ModuleVersion = '0.1'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -19,6 +19,13 @@
1919
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
2020
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
2121
ReleaseNotes = @'
22+
## 0.1:
23+
* PipeScript can now Transpile Protocols (Fixes #168)
24+
* PipeScript can transpile http[s] protocol (Fixes #169)
25+
* PipeScript now formats the AST (Fixes #166)
26+
* Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
27+
---
28+
2229
## 0.0.14:
2330
* New Transpilers:
2431
* [RemoveParameter] (#159)

0 commit comments

Comments
 (0)