Skip to content

Commit 72d6e2e

Browse files
Bump version and update release notes
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
1 parent f100e2d commit 72d6e2e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

powershell-yaml.psd1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,19 @@
2525
RootModule = 'powershell-yaml.psm1'
2626

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

3030
PrivateData = @{
3131
PSData = @{
3232
LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE'
3333
ProjectUri = 'https://github.com/cloudbase/powershell-yaml'
3434
ReleaseNotes = @'
35+
# 0.4.10
36+
37+
Bugfixes:
38+
* 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).
39+
* Fixes JSONCompatible flag after we implemented an IDictionary and PSCustomObject type converters (https://github.com/cloudbase/powershell-yaml/pull/166).
40+
3541
# 0.4.9
3642
3743
Changes in this version:

0 commit comments

Comments
 (0)