Skip to content

Commit e65ccb3

Browse files
author
James Brundage
committed
Updating Module Version [0.0.2] and CHANGELOG
1 parent 2e21d33 commit e65ccb3

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.0.2
2+
* New Transpilers:
3+
* .>ValidatePlatform (#58)
4+
* .>ValidatePropertyName (#59)
5+
* .>Inline.ObjectiveC (#60)
6+
* Transpiler Fixes
7+
* .>VBN now supports -Position (#57)
8+
* GitHub Action Bugfix (#55)
9+
---
10+
## 0.0.1
11+
Initial Commit.

PipeScript.psd1

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.0.1'
2+
ModuleVersion = '0.0.2'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -16,6 +16,19 @@
1616
LicenseURI = 'https://github.com/StartAutomating/PipeScript/blob/main/LICENSE'
1717

1818
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
19+
ReleaseNotes = @'
20+
## 0.0.2
21+
* New Transpilers:
22+
* .>ValidatePlatform (#58)
23+
* .>ValidatePropertyName (#59)
24+
* .>Inline.ObjectiveC (#60)
25+
* Transpiler Fixes
26+
* .>VBN now supports -Position (#57)
27+
* GitHub Action Bugfix (#55)
28+
---
29+
## 0.0.1
30+
Initial Commit.
31+
'@
1932
}
2033
}
2134
}

0 commit comments

Comments
 (0)