Skip to content

Commit

Permalink
Merge pull request #162 from gabriel-samfira/prepare-release-0.4.9
Browse files Browse the repository at this point in the history
Release version 0.4.9
  • Loading branch information
gabriel-samfira authored Dec 16, 2024
2 parents 7467c5b + 163cb81 commit fca7cce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion powershell-yaml.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,19 @@
RootModule = 'powershell-yaml.psm1'

# Version number of this module.
ModuleVersion = '0.4.8'
ModuleVersion = '0.4.9'

PrivateData = @{
PSData = @{
LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE'
ProjectUri = 'https://github.com/cloudbase/powershell-yaml'
ReleaseNotes = @'
# 0.4.9
Changes in this version:
* 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.
* Unwrap PScustomObjects before serializing (https://github.com/cloudbase/powershell-yaml/pull/158)
'@
}
}

Expand Down

0 comments on commit fca7cce

Please sign in to comment.