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

Bump bump-my-version from 0.32.2 to 1.0.0 #85

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps bump-my-version from 0.32.2 to 1.0.0.

Release notes

Sourced from bump-my-version's releases.

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.

    When updating the configuration during bumping, if we previously successfully retrieved a PEP 621 version, then update the project.version field in pyproject.toml as well. We always update, even if the true current version was read from tool.bumpversion.current_version instead of project.version.

    The docs have been updated; specifically, the "multiple replacements in one file" howto and the reference for current_version.

... (truncated)

Changelog

Sourced from bump-my-version's changelog.

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.

    When updating the configuration during bumping, if we previously successfully retrieved a PEP 621 version, then update the project.version field in pyproject.toml as well. We always update, even if the true current version was read from tool.bumpversion.current_version instead of project.version.

    The docs have been updated; specifically, the "multiple replacements in one file" howto and the reference for current_version.

... (truncated)

Commits
  • 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
  • 782077d Fixed warnings in documentation
  • 8162dd8 Updated documentation
  • 2a4f12a Refactored PEP621 tests into a class
  • 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)

Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.32.2 to 1.0.0.
- [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.32.2...1.0.0)

---
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 added the dependencies Pull requests that update a dependency file label Mar 3, 2025
@mxmehl mxmehl merged commit 7f33c53 into main Mar 6, 2025
10 checks passed
@mxmehl mxmehl deleted the dependabot/pip/bump-my-version-1.0.0 branch March 6, 2025 13:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant