Skip to content

Commit 11913a4

Browse files
release: EZOut 2.0.6
Updating Manifest and CHANGELOG
1 parent cc5c2ee commit 11913a4

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## EZOut 2.0.6:
2+
3+
* EZOut Docker Support (#212, #213, #214)
4+
5+
---
6+
7+
## EZOut 2.0.5:
8+
9+
* Improving Strict mode Tolerance (#210)
10+
* Removing Mount error on multiple imports (#209)
11+
12+
---
13+
114
## EZOut 2.0.4:
215

316
* Write-FormatViewExpression/Write-FormatCustomView now support -Frame, -LeftIndent, -RightIndent, -FirstLineHanging, -FirstLineIndent ( Fixes #164 )

EZOut.psd1

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
ModuleToProcess = 'EZOut.psm1'
3-
ModuleVersion = '2.0.5'
3+
ModuleVersion = '2.0.6'
44
GUID = 'cef786f0-8a0b-4a5d-a2c6-b433095354cd'
55
Author = 'James Brundage'
66
CompanyName = 'Start-Automating'
@@ -69,16 +69,16 @@
6969

7070
Tags = '.ps1xml', 'Format','Output','Types', 'Colorized'
7171
ReleaseNotes = @'
72-
## EZOut 2.0.5:
72+
## EZOut 2.0.6:
7373
74-
* Improving Strict mode Tolerance (#210)
75-
* Removing Mount error on multiple imports (#209)
74+
* EZOut Docker Support (#212, #213, #214)
7675
7776
---
7877
7978
Additional Release History found in [CHANGELOG](https://github.com/StartAutomating/EZOut/blob/master/CHANGELOG.md)
8079
81-
Like It? [Star It!](https://github.com/StartAutomating/EZOut) Love It? [Support It!](https://github.com/sponsors/StartAutomating)
80+
> Like It? [Star It!](https://github.com/StartAutomating/EZOut)
81+
> Love It? [Support It!](https://github.com/sponsors/StartAutomating)
8282
8383
'@
8484

0 commit comments

Comments
 (0)