Skip to content

vcs-versioning v2.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 04:04
Immutable release. Only release title and notes can be modified.
fa1c6e2

Added

  • Add VcsEnvironment.build_config_from_pyproject, build_config_from_data, and pyproject_tool_names methods for canonical env-first configuration creation. (#1424)

Fixed

  • Fix DeprecationWarning leak in pretend API by ensuring all public APIs attach VcsEnvironment to Configuration before accessing env-dependent properties. (#1424)
  • Fix fallback discovery so an unprocessed .git_archival.txt no longer shadows a valid PKG-INFO in PyPI sdists. (#1431)