Skip to content

Commit 71e162c

Browse files
author
James Brundage
committed
Updating Module Version [0.0.8] and CHANGELOG
1 parent e4ae62e commit 71e162c

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.0.8:
2+
* New Commands:
3+
* New-PipeScript (#94)
4+
* Search-PipeScript (#115)
5+
* New Transpilers:
6+
* REST (#114)
7+
* Inline.Kotlin (#110)
8+
* Bugfixes and improvements:
9+
* Fixing Help Generation (#56)
10+
* Anchoring match for Get-Transpiler (#109)
11+
* Core Inline Transpiler Cleanup (#111)
12+
* Shared Context within Inline Transpilers (#112)
13+
* Fixing Include Transpiler Pattern (#96)
14+
* Join-PipeScript interactive .Substring error (#116)
15+
---
16+
117
## 0.0.7:
218
* Syntax Improvements:
319
* Support for Dot Notation (#107)

PipeScript.psd1

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

1818
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
1919
ReleaseNotes = @'
20+
## 0.0.8:
21+
* New Commands:
22+
* New-PipeScript (#94)
23+
* Search-PipeScript (#115)
24+
* New Transpilers:
25+
* REST (#114)
26+
* Inline.Kotlin (#110)
27+
* Bugfixes and improvements:
28+
* Fixing Help Generation (#56)
29+
* Anchoring match for Get-Transpiler (#109)
30+
* Core Inline Transpiler Cleanup (#111)
31+
* Shared Context within Inline Transpilers (#112)
32+
* Fixing Include Transpiler Pattern (#96)
33+
* Join-PipeScript interactive .Substring error (#116)
34+
---
35+
2036
## 0.0.7:
2137
* Syntax Improvements:
2238
* Support for Dot Notation (#107)

0 commit comments

Comments
 (0)