Skip to content

Commit

Permalink
Merge pull request #167 from gabriel-samfira/update-psd1
Browse files Browse the repository at this point in the history
Bump version and update release notes
  • Loading branch information
gabriel-samfira authored Dec 16, 2024
2 parents f100e2d + 72d6e2e commit f0da96d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion powershell-yaml.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@
RootModule = 'powershell-yaml.psm1'

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

PrivateData = @{
PSData = @{
LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE'
ProjectUri = 'https://github.com/cloudbase/powershell-yaml'
ReleaseNotes = @'
# 0.4.10
Bugfixes:
* A broken if statement mistakingly considered 0 as false and converted a 0 valued int to BigInteger (https://github.com/cloudbase/powershell-yaml/pull/165).
* Fixes JSONCompatible flag after we implemented an IDictionary and PSCustomObject type converters (https://github.com/cloudbase/powershell-yaml/pull/166).
# 0.4.9
Changes in this version:
Expand Down

0 comments on commit f0da96d

Please sign in to comment.