Skip to content

Commit 735d6e9

Browse files
author
James Brundage
committed
Updating Module Version [0.0.13] and CHANGELOG
1 parent 7342853 commit 735d6e9

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.0.13:
2+
* New / Improved Keywords
3+
* assert keyword (Support for pipelines) (#143)
4+
* new keyword (Support for ::Create method) (#148)
5+
* until keyword (#146)
6+
* Syntax Improvements
7+
* Support for === (#123) (thanks @dfinke)
8+
* New Inline PipeScript support:
9+
* Now Supporting Inline PipeScript in YAML (#147)
10+
* General Improvements:
11+
* Extending AST Types (#145)
12+
* Adding tests for keywords
13+
---
14+
15+
116
## 0.0.12:
217
* Adding assert keyword (#143)
318
* Fixing new keyword for blank constructors (#142 )

PipeScript.psd1

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.0.12'
2+
ModuleVersion = '0.0.13'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -19,6 +19,19 @@
1919
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
2020
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
2121
ReleaseNotes = @'
22+
## 0.0.13:
23+
* New / Improved Keywords
24+
* assert keyword (Support for pipelines) (#143)
25+
* new keyword (Support for ::Create method) (#148)
26+
* until keyword (#146)
27+
* Syntax Improvements
28+
* Support for === (#123) (thanks @dfinke)
29+
* New Inline PipeScript support:
30+
* Now Supporting Inline PipeScript in YAML (#147)
31+
* General Improvements:
32+
* Extending AST Types (#145)
33+
---
34+
2235
## 0.0.12:
2336
* Adding assert keyword (#143)
2437
* Fixing new keyword for blank constructors (#142 )

0 commit comments

Comments
 (0)