Skip to content

Commit

Permalink
Bump version and update release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
  • Loading branch information
gabriel-samfira committed Dec 16, 2024
1 parent f100e2d commit 72d6e2e
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 72d6e2e

Please sign in to comment.