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 poetry-dynamic-versioning from 0.12.1 to 0.17.1 #81

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps poetry-dynamic-versioning from 0.12.1 to 0.17.1.

Release notes

Sourced from poetry-dynamic-versioning's releases.

pdv: v0.17.1 (2022-05-19)

  • Fixed:
    • CLI mode failed when pyproject.toml did not specify enable = true.

pdv: v0.17.0 (2022-05-13)

  • Added:
    • Option tool.poetry-dynamic-versioning.substitution.folders.

pdv: v0.16.0 (2022-05-07)

  • Changed:
    • Option tool.poetry-dynamic-versioning.subversion.tag-dir is now tool.poetry-dynamic-versioning.tag-dir.
  • Added:
    • Option tool.poetry-dynamic-versioning.tag-branch.
    • Option tool.poetry-dynamic-versioning.full-commit.

pdv: v0.15.0 (2022-04-28)

  • Changed:
    • Internal improvements/refactoring to unify code base with poetry-dynamic-versioning-plugin, which is released as a separate package. These changes should not affect users of poetry-dynamic-versioning.

v0.14.1 (2022-04-14)

  • Fixed:
    • The plugin maintained its own copy of the default pattern, which meant that it could fall behind the copy in Dunamai and lead to surprising behavior. The plugin now automatically uses the latest default from Dunamai directly when you do not customize it in the plugin settings.

v0.14.0 (2022-03-09)

  • Changed:
  • Added:
    • Option to bypass the version control system and set a hard-coded version in an environment variable called POETRY_DYNAMIC_VERSIONING_BYPASS. (Draft by jonringer)
    • branch, branch_escaped, and timestamp formatting variables.

v0.13.1 (2021-08-09)

  • Fixed an oversight where the default version tag pattern would only find tags with exactly three parts in the base (e.g., v1.0.0 and v1.2.3). This is now relaxed so that v1, v1.2.3.4, and so on are also recognized.

v0.13.0 (2021-05-26)

  • Changed:
    • Broadened version range of Jinja2 dependency to support projects that need a newer version.
    • Bumped the minimum Poetry version to 1.1.0, since the above Jinja2 change seemed to trip up Poetry 1.0.10 (on Python 3.7 and 3.8, but not 3.5 or 3.6, for some reason).
  • Fixed:
    • The plugin did not work on Fedora inside of Pip's isolated build environment, because the plugin would be loaded before some of its dependencies. Now, those imports are delayed until needed.

v0.12.7 (2021-05-20)

  • Fixed:
    • Parsing files containing special UTF-8 characters would result in an error. Files are now assumed to be UTF-8. (Contributed by rhorenov)

v0.12.6 (2021-04-19)

  • Fixed:
    • The previous bump fix only applied to format-jinja. It has now been fixed for other scenarios as well.

v0.12.5 (2021-04-18)

... (truncated)

Changelog

Sourced from poetry-dynamic-versioning's changelog.

poetry-dynamic-versioning: v0.17.1 & poetry-dynamic-versioning-plugin: v0.3.1 (2022-05-19)

  • Fixed:
    • CLI mode failed when pyproject.toml did not specify enable = true.

poetry-dynamic-versioning: v0.17.0 & poetry-dynamic-versioning-plugin: v0.3.0 (2022-05-13)

  • Added:
    • Option tool.poetry-dynamic-versioning.substitution.folders.

poetry-dynamic-versioning: v0.16.0 & poetry-dynamic-versioning-plugin: v0.2.0 (2022-05-07)

  • Changed:
    • Option tool.poetry-dynamic-versioning.subversion.tag-dir is now tool.poetry-dynamic-versioning.tag-dir.
  • Added:
    • Option tool.poetry-dynamic-versioning.tag-branch.
    • Option tool.poetry-dynamic-versioning.full-commit.

poetry-dynamic-versioning-plugin: v0.1.0 (2022-04-28)

  • Changed:
    • The Poetry 1.2+ plugin now has a new name, poetry-dynamic-versioning-plugin, and this is its first release as a separate package.

      The import-hack-based pseudo-plugin will continue to be called poetry-dynamic-versioning.

poetry-dynamic-versioning: v0.15.0 (2022-04-28)

  • Changed:
    • Internal improvements/refactoring to unify code base with poetry-dynamic-versioning-plugin, which is released as a separate package. These changes should not affect users of poetry-dynamic-versioning.

v1.0.0b3 (2022-04-24)

  • Fixed:
    • The plugin can now update versions for dependencies that also use the plugin.

v1.0.0b2 (2022-04-15)

  • Fixed:
    • The plugin maintained its own copy of the default pattern, which meant that it could fall behind the copy in Dunamai and lead to surprising behavior. The plugin now automatically uses the latest default from Dunamai directly when you do not customize it in the plugin settings.

v0.14.1 (2022-04-14)

  • Fixed:
    • The plugin maintained its own copy of the default pattern, which meant that

... (truncated)

Commits
  • 690dce0 Release patch-v0.17.1 and plugin-v0.3.1
  • 4ffe1e0 #79: Fix pdv-plugin CLI mode as well
  • 6df146d #79: Fix pdv CLI mode when enable is not true
  • cd5dd72 Release patch-v0.17.0 and plugin-v0.3.0
  • 5cfd823 Tweak README formatting for option types/defaults
  • 1afcbdf #74: Add substitution.folders
  • d5c4e01 Streamline release task
  • e7ad910 Release patch-v0.16.0 and plugin-v0.2.0
  • e9fe4f2 Update to Dunamai 1.12.0, move tag-dir, add tag-branch and full-commit
  • 9316161 Fetch all tags in workflow to avoid test error that pattern does not match an...
  • 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 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 [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning) from 0.12.1 to 0.17.1.
- [Release notes](https://github.com/mtkennerly/poetry-dynamic-versioning/releases)
- [Changelog](https://github.com/mtkennerly/poetry-dynamic-versioning/blob/master/CHANGELOG.md)
- [Commits](mtkennerly/poetry-dynamic-versioning@v0.12.1...v0.17.1)

---
updated-dependencies:
- dependency-name: poetry-dynamic-versioning
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2022
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.

0 participants