Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Bump bump-my-version from 0.29.0 to 1.0.1 #549

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps bump-my-version from 0.29.0 to 1.0.1.

Release notes

Sourced from bump-my-version's releases.

1.0.1

Compare the full difference.

Fixes

  • Fix type hinting compatibility for 3.8. 9c2bb03

    Replaced list with List for type hints to ensure compatibility with earlier Python versions.

1.0.0

Compare the full difference.

Breaking Changes

New

  • Added breaking change parsing. 00c4e7b

0.33.0

Compare the full difference.

Fixes

  • Fixed warnings in documentation. 782077d

  • Refactored PEP621 tests into a class. 2a4f12a

    The tests are pretty much the same but renamed for clarity.

  • Fixed: allow omitting the current version in sample-config. 6b369fe

    If the current version is explicitly left empty during the sample-config questionnaire, the resulting tool.bumpversion table now lacks a current_version key, and will fall back to PEP 621 project.version (if not dynamic). The instruction text specifically hints at this new functionality.

New

  • Add test for moveable tags. df787f1

  • New feature: retrieve and update the PEP 621 project version, if possible. 3032450

    When determining the current version, and if tool.bumpversion.current_version is not set, attempt to retrieve the version from project.version à la PEP 621. If that setting is not set, or if the version is explicitly marked as dynamically set, then continue with querying SCM tags.

... (truncated)

Changelog

Sourced from bump-my-version's changelog.

1.0.1 (2025-03-04)

Compare the full difference.

Fixes

  • Fix type hinting compatibility for 3.8. 9c2bb03

    Replaced list with List for type hints to ensure compatibility with earlier Python versions.

1.0.0 (2025-03-02)

Compare the full difference.

Breaking Changes

New

  • Added breaking change parsing. 00c4e7b

0.33.0 (2025-03-02)

Compare the full difference.

Fixes

  • Fixed warnings in documentation. 782077d

  • Refactored PEP621 tests into a class. 2a4f12a

    The tests are pretty much the same but renamed for clarity.

  • Fixed: allow omitting the current version in sample-config. 6b369fe

    If the current version is explicitly left empty during the sample-config questionnaire, the resulting tool.bumpversion table now lacks a current_version key, and will fall back to PEP 621 project.version (if not dynamic). The instruction text specifically hints at this new functionality.

New

  • Add test for moveable tags. df787f1

  • New feature: retrieve and update the PEP 621 project version, if possible. 3032450

    When determining the current version, and if tool.bumpversion.current_version is not set, attempt to retrieve the version from project.version à la PEP 621. If that setting is not set, or if the version is explicitly marked as dynamically set, then continue with querying SCM tags.

... (truncated)

Commits
  • 7d3393b Version updated from 1.0.0 to 1.0.1
  • 23a7ccb Merge pull request #311 from callowayproject/310-version-100-fails-on-python-38
  • 9c2bb03 Fix type hinting compatibility for 3.8
  • 72bc096 Version updated from 0.33.0 to 1.0.0
  • 02154c0 Merge pull request #308 from callowayproject/release-1-0
  • 26e2b83 Fixed breaking change detection !minor
  • 00c4e7b Added breaking change parsing
  • 5a621c3 Updated the Readme
  • 1f23c20 Version updated from 0.32.2 to 0.33.0
  • 610ced6 Merge pull request #307 from callowayproject/pep621-version
  • 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 <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 5, 2025
Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.29.0 to 1.0.1.
- [Release notes](https://github.com/callowayproject/bump-my-version/releases)
- [Changelog](https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md)
- [Commits](callowayproject/bump-my-version@0.29.0...1.0.1)

---
updated-dependencies:
- dependency-name: bump-my-version
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/bump-my-version-1.0.1 branch from 431123f to 762f03d Compare March 7, 2025 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants