Skip to content

Commit 163cb81

Browse files
Release version 0.4.9
Bump version to 0.4.9. Signed-off-by: Gabriel Adrian Samfira <[email protected]>
1 parent 7467c5b commit 163cb81

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

powershell-yaml.psd1

Lines changed: 8 additions & 1 deletion
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)