Skip to content

Releases: callowayproject/bump-my-version

0.20.3

26 Apr 13:42
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fixed test logging setup. 3777f27

  • Fixed the indentation problem. ec3cd99

    • Added a dedent when a file does not match the change pattern.
    • Fixes #181

Other

0.20.2

23 Apr 14:32
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fixed the rendering of numeric version components. c522c75

    • Numeric version components now will attempt to render its value as an integer and fall back to the parsed value.
  • Fixed code block in the README. b4ff9f3

Other

0.20.1

13 Apr 12:41
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fix typos discovered by codespell. d5c33a3

  • Fixed relative references. 2aa1011

  • Refactored the docs. b63a9e7

Other

0.20.0

27 Mar 14:32
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Refactored context into its own module. 5a3e05d

New

  • Added always_increment attribute for parts. 53ee848

    This is a requirement for CalVer to ensure they always increment with each bump, but it will work for any type.

  • Added CalVer function and formatting. 7a0e639

    • Version parts now have a calver_format attribute for CalVer parts.

Updates

  • Updated the documentation. 607609d

0.19.3

23 Mar 14:31
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fixed packaging of dev releases. 84254e0

  • Fixed platform-dependent encoding. f8b4d65

    • Added encoding="utf-8" to all writes.
  • Fixed version.yaml workflow. 10b007c

Other

0.19.2

16 Mar 16:04
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fixed bad options not returning an error code. e88f0a9

    Fixes #153

  • Fix issue on version.yaml. 7d14065

0.19.1

16 Mar 16:01
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fix commas in legacy multiline options. 62dfe8e

New

  • Added manual version bumping in the GitHub action. c9d67b5

Other

0.19.0

12 Mar 15:00
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fixing version hint generation. ae1732b

Updates

  • Removes ability to call the CLI without subcommand. e56c944

    BREAKING CHANGE: You must use bump-my-version bump

0.18.3

25 Feb 17:06
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fixed --ignore-missing-version and --ignore-missing-files options. 7635873

    The CLI options were defaulting to False when missing. This overrode the configuration.

    Fixes #140

0.18.2

25 Feb 13:37
Compare
Choose a tag to compare

Compare the full difference.

Fixes