Skip to content

Commit f0da96d

Browse files
Merge pull request #167 from gabriel-samfira/update-psd1
Bump version and update release notes
2 parents f100e2d + 72d6e2e commit f0da96d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

powershell-yaml.psd1

+7-1
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)