Skip to content

Commit 81081a0

Browse files
author
James Brundage
committed
Updating Module Version [0.1.7] and CHANGELOG
1 parent a9d04d5 commit 81081a0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.7:
2+
* Added LATEX / TEX support (Fixes #230)
3+
* Adding LUA support (Fixes #246)
4+
* Fixing Core Transpiler Attribute Behavior (Fixes #247)
5+
---
6+
17
## 0.1.6:
28
* Added 'all' keyword (iterate over everything) (Fixes #244).
39
* Added Natural Language Processing to CommandAST (Fixes #242)

PipeScript.psd1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.1.6'
2+
ModuleVersion = '0.1.7'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -19,6 +19,12 @@
1919
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
2020
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
2121
ReleaseNotes = @'
22+
## 0.1.7:
23+
* Added LATEX / TEX support (Fixes #230)
24+
* Adding LUA support (Fixes #246)
25+
* Fixing Core Transpiler Attribute Behavior (Fixes #247)
26+
---
27+
2228
## 0.1.6:
2329
* Added 'all' keyword (iterate over everything) (Fixes #244).
2430
* Added Natural Language Processing to CommandAST (Fixes #242)

0 commit comments

Comments
 (0)