Skip to content

Releases: callowayproject/bump-my-version

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

0.18.1

24 Feb 23:46
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fixed type annotation in config. 2988ede

  • Fixed naming issue for docs. 2850aa7

    • renamed changelog.md and contributing.md

New

  • Added how-to doc. 68643a9

    • "How to update a date in a file"

Other

Updates

0.18.0

24 Feb 23:44
Compare
Choose a tag to compare

Compare the full difference.

New

  • Added --ignore-missing-files option to bump. fcfaac7

  • Added configuration option ignore_missing_files. b473a19

Other

  • Convert docs to MkDocs. f805c33

  • Converted documentation to use MkDocs. 1b8c6b3

0.17.4

10 Feb 14:44
Compare
Choose a tag to compare

Compare the full difference.

Fixes

Other

0.17.3

29 Jan 14:56
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Refactored VersionComponentConfig to VersionComponentSpec. b538308

    More consistent with VersionSpec

New

  • Added mental model documentation. 5cbd250

Other

Updates

  • Updated more documentation. 779c84c

0.17.2

27 Jan 14:58
Compare
Choose a tag to compare

Compare the full difference.

Fixes

  • Fixed some tests. 593a4ee

  • Refactored serialization. 0ac2cd8

    • Moved serialization from VersionConfig to version.serialization
  • Fixed extra capture group in PEP440 parser. 384fd99

  • Refactored verioning models. 88e7f71

    • created a "conventions" module for future release
    • added an optional depends_on version component configuration
    • The depends_on is required for PEP440 versioning
  • Fixed None as value for a function. f8c4d05

    • Turns None into an empty string
  • Fixed bad imports. 5c86d51

  • Refactored versioning models and tests. 7d05414

  • Refactored version parsing. 5ed546b

  • Refactored versioning functions and version parts. be87721

  • Fixed timezone of a test. 0e01253