Skip to content

Commit a56766b

Browse files
author
James Brundage
committed
Updating Module Version [0.0.10] and CHANGELOG
1 parent 19b9470 commit a56766b

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.10:
2+
* Improvements:
3+
* REST transpiler
4+
* Supports Query/BodyParameter with AmbientValue and DefaultBindingProperty (#119)
5+
* Improved Documentation
6+
* Logo (#132)
7+
* Bugfixes:
8+
* New-PipeScript (#122)
9+
* Improving Improving inline documentation and [ScriptBlock] handling
10+
* Join-PipeScript (#124)
11+
* Adding .Examples
12+
* Fixing parameter joining issues
13+
---
14+
115
## 0.0.9:
216
* New Features:
317
* new keyword (#128)

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.9'
2+
ModuleVersion = '0.0.10'
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.10:
21+
* Improvements:
22+
* REST transpiler
23+
* Supports Query/BodyParameter with AmbientValue and DefaultBindingProperty (#119)
24+
* Improved Documentation
25+
* Logo (#132)
26+
* Bugfixes:
27+
* New-PipeScript (#122)
28+
* Improving Improving inline documentation and [ScriptBlock] handling
29+
* Join-PipeScript (#124)
30+
* Adding .Examples
31+
* Fixing parameter joining issues
32+
---
33+
2034
## 0.0.9:
2135
* New Features:
2236
* new keyword (#128)

0 commit comments

Comments
 (0)