Skip to content

Commit 7bdbad1

Browse files
author
James Brundage
committed
Updating Module Version [0.1.6] and CHANGELOG
1 parent e930133 commit 7bdbad1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.1.6:
2+
* Added 'all' keyword (iterate over everything) (Fixes #244).
3+
* Added Natural Language Processing to CommandAST (Fixes #242)
4+
* New Language Support:
5+
* HashiCorp Language (HCL) (Fixes #240 / #241)
6+
* WebAssembly (WAT) (Fixes #239)
7+
---
8+
19
## 0.1.5:
210
* Support for [inherit]ing a command (Fixes #235) (finally/wow)
311
* Join-PipeScript: Overhauling (Fixes #231 Fixes #232 Fixes #233 Fixes #236)

PipeScript.psd1

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.1.5'
2+
ModuleVersion = '0.1.6'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -19,6 +19,14 @@
1919
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
2020
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
2121
ReleaseNotes = @'
22+
## 0.1.6:
23+
* Added 'all' keyword (iterate over everything) (Fixes #244).
24+
* Added Natural Language Processing to CommandAST (Fixes #242)
25+
* New Language Support:
26+
* HashiCorp Language (HCL) (Fixes #240 / #241)
27+
* WebAssembly (WAT) (Fixes #239)
28+
---
29+
2230
## 0.1.5:
2331
* Support for [inherit]ing a command (Fixes #235) (finally/wow)
2432
* Join-PipeScript: Overhauling (Fixes #231 Fixes #232 Fixes #233 Fixes #236)

0 commit comments

Comments
 (0)