v0.0.21 - swh.model.identifiers: Add persistent identifier function - docs: document the naming scheme for persistent identifiers - bin/swh-hash-file: new binary to compute SWH-style content identifiers
v0.0.20 - swh.model.hashutil.hash_data: Optionally integrate length in result - hashutil: add `snapshot` object type for git hashes - docs: add absolute anchor to documentation index
Release swh.model v0.0.18 - Replace swh.model.git with swh.model.from_disk (T709). - Clean up documentation
Release swh.model v0.0.17 - Clean up pyblake2 requirement for Python 3.5+
Release swh.model v0.0.16 - Make sure we generate proper permissions in directories
v0.0.15 - Add possibility to compute new blake2 hashes - Add blake2s256 hash as default new hash computation algorithm
v0.0.14 - Migrate functions from swh.core.hashutil to swh.model.hashutil