Skip to content

Commit fca7cce

Browse files
Merge pull request #162 from gabriel-samfira/prepare-release-0.4.9
Release version 0.4.9
2 parents 7467c5b + 163cb81 commit fca7cce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: powershell-yaml.psd1

+8-1
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,19 @@
2525
RootModule = 'powershell-yaml.psm1'
2626

2727
# Version number of this module.
28-
ModuleVersion = '0.4.8'
28+
ModuleVersion = '0.4.9'
2929

3030
PrivateData = @{
3131
PSData = @{
3232
LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE'
3333
ProjectUri = 'https://github.com/cloudbase/powershell-yaml'
34+
ReleaseNotes = @'
35+
# 0.4.9
36+
37+
Changes in this version:
38+
* Revert commit 7980c7c "Fix losing case sensitive keys" (https://github.com/cloudbase/powershell-yaml/pull/159) . This change added a breaking change which was not properly documented before release, breaking some applications. This change will be re-added in a later version.
39+
* Unwrap PScustomObjects before serializing (https://github.com/cloudbase/powershell-yaml/pull/158)
40+
'@
3441
}
3542
}
3643

0 commit comments

Comments
 (0)