Skip to content

v0.4.0

Compare
Choose a tag to compare
@ptgoetz ptgoetz released this 14 Sep 23:43
· 51 commits to main since this release
v0.4.0
46507e8

Backward-Incompatible Changes

Version 0.4.0 treats replace configs as a list of strings.

Before upgrading to 0.4.x, you will need to update any configuration files:

  - path: "README.md"
    replace:
      - "**Latest Version:** v{version}"
      # Rewrite download URLs in the README to point to the new version.
      - "/v{version}"
      # Update the version in the usage example.
      - "VersionBump v{version}"