Skip to content

Commit 2d4801b

Browse files
author
James Brundage
committed
Updating Module Version [0.0.7] and CHANGELOG
1 parent 66844b2 commit 2d4801b

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.0.7:
2+
* Syntax Improvements:
3+
* Support for Dot Notation (#107)
4+
* New Transpilers:
5+
* .>ModuleRelationships (#105)
6+
* .>ModuleExports (#104)
7+
* .>Aliases (#106)
8+
* Fixes:
9+
* Invoke-PipeScript improved error behavior (#103)
10+
* Explicit Transpiler returns modified ScriptBlock (#102)
11+
* .psm1 alias export fix (#100)
12+
* Include improvements (#96)
13+
---
14+
115
## 0.0.6:
216
* New Transpilers:
317
* ValidateScriptBlock

PipeScript.psd1

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

1818
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
1919
ReleaseNotes = @'
20+
## 0.0.7:
21+
* Syntax Improvements:
22+
* Support for Dot Notation (#107)
23+
* New Transpilers:
24+
* .>ModuleRelationships (#105)
25+
* .>ModuleExports (#104)
26+
* .>Aliases (#106)
27+
* Fixes:
28+
* Invoke-PipeScript improved error behavior (#103)
29+
* Explicit Transpiler returns modified ScriptBlock (#102)
30+
* .psm1 alias export fix (#100)
31+
* Include improvements (#96)
32+
---
33+
2034
## 0.0.6:
2135
* New Transpilers:
2236
* ValidateScriptBlock

0 commit comments

Comments
 (0)