Skip to content

v0.4.2 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 15:46
· 84 commits to master since this release
ea09c2f

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)