Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

NIL

[0.2.0] - 2019-04-20

Complies with Dirhash Standard Version 0.1.0

Added

  • A first implementation based on the formalized Dirhash Standard.
  • This changelog.
  • Results form a new benchmark run after changes. The benchmark/run.py now outputs results files which names include the dirhash.__version__.

Changed

  • Significant breaking changes from version 0.1.1 - both regarding API and the underlying method/protocol for computing the hash. This means that hashes computed with this version will differ from hashes computed with version < 0.2.0 for same directory.
  • This dirhash python implementation has moved to here github.com/andhus/dirhash-python from the previous repository github.com/andhus/dirhash which now contains the formal description of the Dirhash Standard.

Removed

  • All support for the .dirhashignore file. This seemed superfluous, please file an issue if you need this feature.