Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog for Yayaml

## v0.3.0 - 2023-11-29
## v0.4.0 - 2023-04-19

+ Updated [YamlDotNet](https://github.com/aaubry/YamlDotNet) dependency to `15.1.2`

## v0.3.0 - 2023-11-29

+ Updated [YamlDotNet](https://github.com/aaubry/YamlDotNet) dependency to `13.7.1`
+ Provide workaround when importing the module more than once
+ Add support for Windows PowerShell 5.1
+ There are no guarantees that YamlDotNet will be loadable in case of conflicts, use PowerShell 7 so an ALC can be used
Expand Down
2 changes: 1 addition & 1 deletion module/Yayaml.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
RootModule = 'Yayaml.psm1'

# Version number of this module.
ModuleVersion = '0.3.0'
ModuleVersion = '0.4.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down