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
Release swh.model v0.0.13 - Timestamps are now fully integer values
Release swh.model v0.0.12 - Add more tests to git tree hash computations
v0.0.11 - Open git.children_hashes api - Rename git.walk_and_compute_sha1_from_directory_2 to git.compute_hashes_from_directory - Remove dead code
v0.0.10 - Add objects_per_type api - Open a new walk_and_compute_sha1_from_directory_2 api - Improve internal api regarding directory and tree hash computations
v0.0.9 - Add coverage on edge case - Optimize git hash walk
v0.0.8 - Add coverage on edge case - Optimize git hash walk
v0.0.7 Improve corner case policy about walking and computing hash tree (+ update)
v0.0.6 - Improve corner case on git hash memory update function - debian packaging: Ignore fs tests for packaging
v0.0.5 - Add update git hash computation from existing data - Add revision identifier data for hash identifier computation (extra-headers)
v0.0.4 Migrate swh.loader.dir.git module to swh.model.git