techno-solutionist-collective / dreadlocks

:lock: A cross-platform file-locking software library for Python that supports thread-level locks, process-level locks, and both simultaneously.
https://techno-solutionist-collective.github.io/dreadlocks/latest
Other
1 stars 0 forks source link

:arrow_up: build(deps-dev): Bump bump-my-version from 0.16.2 to 0.25.3 #187

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps bump-my-version from 0.16.2 to 0.25.3.

Release notes

Sourced from bump-my-version's releases.

0.25.3

Compare the full difference.

Fixes

  • Refactor version parsing in visualize function. 5f25300

    Simplify the version parsing process by utilizing the raise_error parameter in the parse method, removing the need for a separate error check. This change ensures that parsing errors are immediately raised and handled cleanly within the visualize function.

  • Refactor and rename version_part to versioning.version_config. 5b90817

    Moved version_part.py to versioning/version_config.py and updated all import statements accordingly. Enhanced error handling in VersionConfig by adding raise_error flag and relevant exception raising for invalid version strings. Refined tests to reflect these changes.

  • Fix version visualization and add verbose logging. ad46978

    Raise an exception for unparsable versions and aggregate visualization output in a list before printing. Add a verbose logging option to the show_bump command for detailed logging control.

0.25.2

Compare the full difference.

Fixes

  • Fix JSON serialization. d3f3022

    Extended the default_encoder function to handle Path objects by converting them to their string representation. This ensures that Path objects can be properly serialized to JSON format.

0.25.1

Compare the full difference.

Fixes

  • Fixes mypy pre-commit checking. f7d0909

  • Fixes repository path checks. ff3f72a

    Checked for relative paths when determining if the file was part of the repo or not.

  • Fixed test to use globs. 72f9841

Other

0.25.0

Compare the full difference.

Fixes

  • Refactor error handling and improve logging in utils. 890b692

    Extracted error formatting to a dedicated function and applied it across the codebase. Improved command path handling in add_path and enhanced test coverage with necessary imports and logging configurations.

... (truncated)

Changelog

Sourced from bump-my-version's changelog.

0.25.3 (2024-08-13)

Compare the full difference.

Fixes

  • Refactor version parsing in visualize function. 5f25300

    Simplify the version parsing process by utilizing the raise_error parameter in the parse method, removing the need for a separate error check. This change ensures that parsing errors are immediately raised and handled cleanly within the visualize function.

  • Refactor and rename version_part to versioning.version_config. 5b90817

    Moved version_part.py to versioning/version_config.py and updated all import statements accordingly. Enhanced error handling in VersionConfig by adding raise_error flag and relevant exception raising for invalid version strings. Refined tests to reflect these changes.

  • Fix version visualization and add verbose logging. ad46978

    Raise an exception for unparsable versions and aggregate visualization output in a list before printing. Add a verbose logging option to the show_bump command for detailed logging control.

0.25.2 (2024-08-11)

Compare the full difference.

Fixes

  • Fix JSON serialization. d3f3022

    Extended the default_encoder function to handle Path objects by converting them to their string representation. This ensures that Path objects can be properly serialized to JSON format.

0.25.1 (2024-08-07)

Compare the full difference.

Fixes

  • Fixes mypy pre-commit checking. f7d0909

  • Fixes repository path checks. ff3f72a

    Checked for relative paths when determining if the file was part of the repo or not.

  • Fixed test to use globs. 72f9841

Other

0.25.0 (2024-08-06)

Compare the full difference.

Fixes

  • Refactor error handling and improve logging in utils. 890b692

... (truncated)

Commits
  • fad5797 Version updated from 0.25.2 to 0.25.3
  • e5ee982 Merge pull request #226 from callowayproject/225-show-bump-attributeerror
  • 5f25300 Refactor version parsing in visualize function
  • 5b90817 Refactor and rename version_part to versioning.version_config
  • ad46978 Fix version visualization and add verbose logging
  • 5a64ae0 Version updated from 0.25.1 to 0.25.2
  • 4bad1b6 Merge pull request #223 from callowayproject/222-fix-json-serialization
  • 781c447 Fixed missing update in changelog !minor
  • 628568a Fix unchanged version. !minor
  • d3f3022 Fix JSON serialization
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

Superseded by #188.