Change Log

  • 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: ?