Tags give the ability to mark specific points in history as being important
-
v1.0.0
6d7a998b · ·v1.0.0 * from_disk: Do not drop tags with missing tagger or date * Migrate to pytest-style tests * converters: Recompute hashes and check they match the originals
-
v0.10.1
92ef526e · ·v0.10.1 * from_disk: Improve error logging * converters: Preserve GPG signatures on releases * Do not exclude falsy git objects from being added.
-
v0.4.0
ca7556c3 · ·v0.4.0 - git.loader: Migrate away from SWHConfig mixin - Drop vcversioner from setup.py (superseded by setuptools-scm) - tests: Don't check the number of created 'person' objects. - python: Reorder imports with isort - pre-commit: Add isort hook and configuration - pre-commit: Update flake8 hook configuration - Tell pytest not to recurse in dotdirs. - tests: Replace calls to snapshot_get with snapshot_get_all_branches.