Skip to content

Commit

Permalink
Merge pull request #181 from gabriel-samfira/prepare-v0.4.12
Browse files Browse the repository at this point in the history
Prepare v0.4.12
  • Loading branch information
gabriel-samfira authored Jan 23, 2025
2 parents 5615110 + 0c456e1 commit ff33210
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion powershell-yaml.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ff33210

Please sign in to comment.