Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 10:39
· 8 commits to main since this release
cd25893
chore: add overwrite argument back @gberenice (#53)

what

  • Unfortunately, we have to add the overwrite argument back due to the confusion of its deprecation:
Lastly, and unfortunately, configurations expecting the standard update flow will need to keep overwrite = true set until this becomes the default behavior in v6.0.0. Removing it in v5.X will result in the default value of false, preventing the parameter value from being updated, causing persistent differences.

why

  • Prevent undesired behaviour.

references