Skip to content

Releases: s3dev/gitvck

v2.1.1

Choose a tag to compare

@s3dev s3dev released this 12 Nov 15:16

Changes

Fixes:

  • Updated the required version for utils4 from >=2.0.0 to >=1.5.0.

Released: 2024-11-12

v2.1.0

Choose a tag to compare

@s3dev s3dev released this 12 Nov 10:55

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

Choose a tag to compare

@s3dev s3dev released this 12 Nov 10:18

Changes

Production release for version 2.0.1rc1.

Released: 2024-11-12

v2.0.1rc1

Choose a tag to compare

@s3dev s3dev released this 16 Sep 11:47

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

Choose a tag to compare

@s3dev s3dev released this 11 Sep 16:03

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-__

v1.0.0

Choose a tag to compare

@s3dev s3dev released this 11 Sep 08:07

Changes

First release after converting the project from an embedded module into an installed library.

Released: 2024-02-22