Keylime

Latest version: v7.10.0

Safety actively analyzes 623860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

8.0.0

Using semantic versions with Git

Semver is realised using git tags:

$ git tag -a v3.0.2 -m 'Keylime version 3.0.2'

Alternatively, you can use the github UI to create a tag, at the same time as
the release.

Go to the [new release page](https://github.com/keylime/keylime/releases/new)
and enter a Tag, provide a title (Keylime vx.x.x) and list the changes in the release,
linking to commits.

Further reading

More details about [available here](https://github.com/semver/semver/blob/master/semver.md)

7.3.5

0.3.0

Major

When you implement changes and your code becomes backwards incompatible (e.g. API change), you increase the major component and reset the minor and patch components to zero:

0.2.4

0.0.4

Minor

When you add functionality and your code stays backwards compatible, you increase the minor component and reset the patch component to zero:

0.0.3

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.