New Features
- new
file::Index::highest_offset()
method
With it it's simpler to figure out from where to read trailing
checksums.
New Features (BREAKING)
- Use
[u8;4]
as chunk id
This allows to remove the additional string to describe the ids, which
are usually ascii anyway.
Commit Statistics
- 5 commits contributed to the release.
- 2 commits where understood as conventional.
- 1 unique issue was worked on: #279