Change Log
2.0.1rc1 - Release candidate for version v2.0.1.dev1. by j_berendt at 2024-09-16 12:35:55
Released: 2024-09-16
2.0.1.dev1 - Updated Git path check. by j_berendt at 2024-09-16 12:05:54
** Development release ** 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%.
2.0.0b1 - Minor code updates and full test suite integration. by j_berendt at 2024-09-11 10:21:06
Testing: - All tests complete successfully. - Code coverage is 100%. Linting: - Pylintr completes with 100% success. Released: 2024-09-__
2.0.0.dev1 - New features and project re-organisation. by j_berendt at 2024-09-10 16:19:57
** Development version ** 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. Released: 2024-09-__
1.0.0 - First library-based release of the Git VCK project. by j_berendt at 2024-02-22 15:24:34
Released: 2024-02-22
0.1.0 - Initial commit for the project. by j_berendt at 2024-02-22 14:04:22
Previously, the gitvck *module* was embedded into a program's project directory. This initial commit is in preparation for the embedded module to be converted into an installed library. Released: ?