Releases: s3dev/gitvck
Releases · s3dev/gitvck
Release list
v2.1.1
v2.1.0
Changes
GVCK-1: Path not found errors
- Added an argument to the VersionCheck class enabling an application to
suppress the 'path not found' errors. This is helpful if there are
[development] environments in which the path is expected to not be
found.
Testing:
- All tests complete successfully with 100% code coverage.
- Pylintr completes successfully with all modules reporting 10/10.
Released: 2024-11-12
v2.0.1
v2.0.1rc1
Changes
Git source:
- Updated the Git tag collection routine to test for a valid path
(either filepath or URL) before proceeding with the tag collection.
The user is alerted if the path does not exist.
Testing:
- Updated tests associated to the code change mentioned above.
- All tests complete successfully with 100% coverage.
- Pylintr completes successfully with 100%.
Released: 2024-09-16
v2.0.0b1
Changes
Features:
- Version checks can now be carried out against the following source code
configuration tools and repositories:- PyPI
- GitHub
- Git (a local (offline) repository)
- The Git tag is now obtained using the ls-remote tool which is flexible
to both directory paths (for local repositories) and URLs (for GitHub). - The version of an installed library can be checked rather than using
the _version.py file.
Testing:
- All tests complete successfully.
- Code coverage is 100%.
Linting:
- Pylintr completes with 100% success.
Released: 2024-09-__