Changelog#

+
+

Unreleased (2023-11-04)#

+

Compare the full difference.

+
+

Fixes#

+
    +
  • Fixed versioning. 8769671

  • +
  • Fix dev versioning with PR number. 463082b

  • +
  • Fix dev versioning. 1eed99b

    +
      +
    • added an echo of the PR_NUMBER

    • +
    +
  • +
  • Fix versioning of development versions. e89599f

  • +
  • Fixes workflows. 5ebb0d7

  • +
  • Fixed bug #65 where glob’d files weren’t used. 357b9dc

  • +
+
+
+

New#

+
    +
  • Add -h for help option. fda71b0

    +

    Fixes #67

    +
  • +
+
+
+

Other#

+ +
+
+

Updates#

+
    +
  • Changed the default regex search to non-regex. 0034716

    +

    Fixes #59

    +
      +
    • Changed the flags to –regex/–no-regex

    • +
    • updated tests and docs

    • +
    +
  • +
+
+

0.11.0 (2023-09-25)#

Compare the full difference.

-
-

Other#

+
+

Other#

-
-

Updates#

+
+

Updates#

  • Removed bumpversion as a duplicate of the bump-my-version script. a59ced8

  • Updated dependency from Pydantic 1 to 2. 577aa4c

-
-

0.10.0 (2023-09-05)#

+
+

0.10.0 (2023-09-05)#

Compare the full difference.

-
-

Updates#

+
+

Updates#

  • Refactored file resolution, inclusion, and exclusion. 646af54

      @@ -276,11 +336,11 @@

      Updates#

-
-

0.9.3 (2023-08-25)#

+
+

0.9.3 (2023-08-25)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

-
-

New#

+
+

New#

  • Added documentation building workflow. 48980d7

-
-

Other#

+
+

Other#

-
-

Updates#

+
+

Updates#

  • Removed mentions of Python 3.7. a91f690

-
-

0.9.2 (2023-08-07)#

+
+

0.9.2 (2023-08-07)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

  • Fixed modified context when committing. 130bbe0

      @@ -337,11 +397,11 @@

      Fixes#

-
-

0.9.1 (2023-08-03)#

+
+

0.9.1 (2023-08-03)#

Compare the full difference.

-
-

Other#

+
+

Other#

-
-

Updates#

+
+

Updates#

  • Remove pygments_style from docsrc/conf.py. 32798a9

    The theme defaults, subjectively, look better.

    @@ -360,11 +420,11 @@

    Updates

-
-

0.9.0 (2023-08-03)#

+
+

0.9.0 (2023-08-03)#

Compare the full difference.

-
-

New#

+
+

New#

  • Added documentation about regular expressions. 449b70a

  • Added configuration and command-line no_regex option. a295a32

    @@ -382,11 +442,11 @@

    New#

-
-

0.8.0 (2023-07-13)#

+
+

0.8.0 (2023-07-13)#

Compare the full difference.

-
-

New#

+
+

New#

  • Added documentation for ignore missing version. e0731c3

  • Added --ignore-missing-version flag to bump and replace. a5bd008

  • @@ -405,11 +465,11 @@

    New#

-
-

0.7.1 (2023-07-12)#

+
+

0.7.1 (2023-07-12)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

  • Fix search and replace options for replace. 781e8d8

      @@ -419,8 +479,8 @@

      Fixes#<

-
-

Other#

+
+

Other#

-
-

0.7.0 (2023-07-10)#

+
+

0.7.0 (2023-07-10)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

  • Fixed test coverage. 3fe96f0

  • Fixed wrong pydantic version pinning. d4b125e

  • @@ -447,8 +507,8 @@

    Fixes#<

-
-

New#

+
+

New#

  • Added tests for CLI replace command. a53cddc

  • Added and re-organized documentation. c62d65e

  • @@ -472,8 +532,8 @@

    New#

-
-

Other#

+
+

Other#

  • Check config before tagging. 3a6e3ee

  • Format version parts. ee43bdb

  • @@ -486,11 +546,11 @@

    Other#<

-
-

0.6.0 (2023-06-23)#

+
+

0.6.0 (2023-06-23)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

  • Fixed --help and bump invocations. 9d965e5

      @@ -506,8 +566,8 @@

      Fixes#<

-
-

New#

+
+

New#

  • Adds branch_name to SCM information. 173be1a

  • Added documentation for the show command. d537274

  • @@ -527,8 +587,8 @@

    New#

-
-

Updates#

+
+

Updates#

  • Changes bump-my-version into subcommands. 31ffbcf

      @@ -540,11 +600,11 @@

      Updates

-
-

0.5.1 (2023-06-14)#

+
+

0.5.1 (2023-06-14)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

  • Fixes reporting the wrong version missing in a file. efb04e9

      @@ -554,8 +614,8 @@

      Fixes#<

-
-

Other#

+
+

Other#

-
-

0.5.0 (2023-06-12)#

+
+

0.5.0 (2023-06-12)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

  • Fixed ruff complaints about subprocess. c429c68

  • Fixed issue with formatting. da7544f

    @@ -578,8 +638,8 @@

    Fixes#<

-
-

New#

+
+

New#

  • Add test to reproduce issue #14. d78ff46

  • Added documentation for replacing strings in different files. 893ec03

    @@ -587,8 +647,8 @@

    New#

-
-

Other#

+
+

Other#

  • Made VERSION_PART optional. f236b7d

      @@ -598,8 +658,8 @@

      Other#<

-
-

Updates#

+
+

Updates#

  • Updated docs indicated VERSION_PART is optional. 22edeac

  • Updated tests for bad version parts. 23be62d

  • @@ -614,19 +674,19 @@

    Updates

-
-

0.4.1 (2023-06-09)#

+
+

0.4.1 (2023-06-09)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

  • Fixes release.yaml. 01870d5

    Outputs the notes to a file instead of an environment variable.

-
-

Other#

+
+

Other#

-
-

0.4.0 (2023-04-20)#

+
+

0.4.0 (2023-04-20)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

  • Fixed pre-commit hook for dependency checking. 3d5c253

  • Fixed installing test dependencies. c1034eb

  • @@ -662,8 +722,8 @@

    Fixes#<

-
-

New#

+
+

New#

  • Added tests for logging branches. f8f0278

  • Added path restrictions on release-hints. e1af658

  • @@ -671,8 +731,8 @@

    New#

    Added doc files to table of contents. 49858c0

-
-

Other#

+
+

Other#

-
-

Updates#

+
+

Updates#

  • Removed pre-commit dependency hook. ac6cdd0

  • Changed the version serialization. c529452

    @@ -693,11 +753,11 @@

    Updates

-
-

0.3.0 (2023-04-17)#

+
+

0.3.0 (2023-04-17)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

  • Fixed bug in SCMInfo setup. e8fddc9

  • Fixed missing xml coverage report. 696503f

  • @@ -720,31 +780,31 @@

    Fixes#<

-
-

New#

+
+

New#

  • Added codecov to workflow. a5009e0

-
-

Other#

+
+

Other#

  • Migrated setuptools metadata to pyproject.toml. 0bd54dc

-
-

Updates#

+
+

Updates#

-
-

0.2.0 (2023-04-14)#

+
+

0.2.0 (2023-04-14)#

Compare the full difference.

-
-

Fixes#

+
+

Fixes#

-
-

New#

+
+

New#

  • Added additional option to manual runs: verbose. 81eb097

  • Added new workflows. a9cac5b

    @@ -796,8 +856,8 @@

    New#

    Added –list function. 88709fd

-
-

Other#

+
+

Other#

-
-

Updates#

+
+

Updates#

  • Updated workflows. 857835d

      @@ -829,8 +889,8 @@

      Updates

-
-

0.1.0 (2023-03-24)#

+
+

0.1.0 (2023-03-24)#

  • Initial creation

@@ -892,95 +952,102 @@

0.1.0 (2023-03-24)