v0.4.2 🌈
Changes
This version fixes a critical regression that affected all versions between v0.3.0
and v0.4.1
where files were not being generated. It is recommended to upgrade to this version immediately.
🐛 Bug Fixes
- Fix: Use
-Force
in file cmdlets (Get-Content
,Get-Item
,Get-ChildItem
,Out-File
) and remove$PSDefaultParameterValues
@leojonathanoh (#54) - Fix: Fix regression that resulted variant files not being generated @leojonathanoh (#55)
- Fix: Fix New-RepositoryVariantBuildContext file name not matching function name @leojonathanoh (#53)
- Fix (tests): Use -Scope It for all unit tests using
Assert-MockedCalled
@leojonathanoh (#56)