From 0c456e19502ba8fc61d079042980444aa4d53f83 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Thu, 23 Jan 2025 20:34:38 +0200 Subject: [PATCH] Prepare v0.4.12 Signed-off-by: Gabriel Adrian Samfira --- powershell-yaml.psd1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/powershell-yaml.psd1 b/powershell-yaml.psd1 index ef412ed..b0610ca 100644 --- a/powershell-yaml.psd1 +++ b/powershell-yaml.psd1 @@ -25,13 +25,18 @@ RootModule = 'powershell-yaml.psm1' # Version number of this module. -ModuleVersion = '0.4.11' +ModuleVersion = '0.4.12' PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE' ProjectUri = 'https://github.com/cloudbase/powershell-yaml' ReleaseNotes = @' +# 0.4.12 + +Bugfixes: +* Fix potential erroneous load of assembly by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/180 + # 0.4.11 Bugfixes: