Skip to content

Commit 18c7894

Browse files
Merge pull request #175 from gabriel-samfira/prepare-v0.4.11
Bump version and add release notes
2 parents e0a46b6 + daf1a7d commit 18c7894

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

powershell-yaml.psd1

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

2727
# Version number of this module.
28-
ModuleVersion = '0.4.10'
28+
ModuleVersion = '0.4.11'
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.11
36+
37+
Bugfixes:
38+
* Fix nested PSCustomObjects in hashtables by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/169
39+
* Use decimal as first option when parsing floats by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/170. Thanks @amis92 for the suggestion!
40+
* Fix lint errors by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/172
41+
* Use decimals instead of double for tagged floats by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/174
42+
43+
Misc:
44+
* Add aditional tests by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/171
45+
* Update README.md by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/173
46+
3547
# 0.4.10
3648
3749
Bugfixes:

0 commit comments

Comments
 (0)