Skip to content

v2.1.0

Compare
Choose a tag to compare
@cdboer cdboer released this 17 Apr 14:31
· 6 commits to master since this release

πŸ†• CHANGELOG.md, token guides, dependency fixes and gracefull error handling ahead in gitlab2prov v2.1.0!

Added

  • CHANGELOG.md file to document all notable changes to this project.
  • README.md section on how to get started with gitlab2prov.
  • README.md note that gitlab2prov requires a git installation.
  • README.md section on dependencies and their respective licenses. See #91 for more details.
  • pyproject.toml comments documenting the license information of all dependencies. See #91 for more details.
  • Project documentation on how to obtain a GitLab API token.

Changed

  • Tool will check for a git installation and exit with an error message if none is found. See #93 for more details.

Fixed

  • Click package is now listed as a dependency in pyproject.toml. Thank you @daniel-mohr for reporting this oversight.