Skip to content

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Oct 19:01
· 142 commits to master since this release

core

  • [core] [breaking] Raise error if pyproject.toml exists, but is not a file

  • [core] [feature] Allow setuptools-git-versioning script to infer version from setup.py if pyproject.toml is missing

    References: #58

  • [core] [feature] Add cwd argument to most of functions, allowing to get versions of a specific repo without changing current directory

docs

  • [docs] [feature] Add documentation for setuptools-git-versioning script

    References: #58

tests

  • [tests] [refactoring] Use builtin type annotations (instead of type comments) in tests/lib/util.py,
    use modern annotations syntax (type | None instead of Optional[type])

dev

  • [dev] [feature] Add info and debug messages to the module