Skip to content

Releases: nabijaczleweli/checksums

v0.9.1: What's a little liquor to a cold heart?

05 Nov 23:46
v0.9.1
2ddcb76
Compare
Choose a tag to compare
Changed:
  * blake3 version from 0.3 to 1.2
    (e40bf4ea0c84905d54fc6619f78935b56ca234dc)
    (#29) (@oconnor663)

New:
  * @oconnor663 in authors list
    (2ddcb76b3bc4f4f5ddd0998b5f9add8406548d81)

Fixed:
  * AppVeyor CI builds
    (5e1d9b2f14c8633865a995f3247380ea45de8f48)
  * Crates.io badge in README
    (325ef13f5f1345a8423ae7bb6ed764ea59fbdd1b)
  * TravisCI coverage and badge
    (2c8b74b8f326033de0fc960da271528e8d9ba860)
    (2ddcb76b3bc4f4f5ddd0998b5f9add8406548d81)

v0.9.0

03 Jun 15:35
v0.9.0
33168d3
Compare
Choose a tag to compare
Shivering cold, hot blood boil, boy plots recoil – the silence'll div…

v0.8.1: Pot play room?

31 May 08:43
v0.8.1
ba31d32
Compare
Choose a tag to compare
Changed:
  * Hashes to be upper-cased on reading,
    so hash files with lowercase hashes can now be verified
    (d6448b628ca41e55270b0ee74327598faff7e10a)
    (#25)

v0.8.0: Just malevolent greed meant to benefit thee

30 May 12:26
v0.8.0
9e810e0
Compare
Choose a tag to compare
New:
  * Algorithm::BLAKE{3,2=>2B,2S} with compat const/parsing for BLAKE2
    (602239cd1a6e66e16f9e3209200808ac163b288c)
    (@ZeusMods) (#24)
  * @ZeusMods in authors list
    (1561a0c05ddd3d0219523d7502fe1bbc6f4b44c1)

Fixed:
  * AppVeyor builds
    (9e810e075f18a845f81302538426afbeb7e555e8)

v0.7.1: I do my best to try to block it, redrum

04 Jan 13:12
v0.7.1
99d1f70
Compare
Choose a tag to compare
Changed:
  * Dependencies to latest, incl. replacing lazy_static -> once_cell
    (f50e6c4b139be7fc27022dd42b405b4d6994b3f8)
    (72d3260491544bd477925a485fddb122371f54cf)
    (a4c17cc730f3749eda3f2431a788f91b5d38ae92)
    (#22) (@dralley)

Fixed:
  * AppVeyor builds
    (3f858d8bf1882046d3eb2980f1075fbb362091e7)
  * CI deployments
    (99d1f70df33a9b425065a408402a45cdeabcf0fa)

New:
  * @dralley in authors list
    (a2977833b091fdd8b5e98864f432be04921c2181)

v0.5.5

02 May 19:33
v0.5.5
f333a98
Compare
Choose a tag to compare
I *love* people's code breaking

No changes

v0.5.4

20 Jan 21:56
v0.5.4
6ad04fc
Compare
Choose a tag to compare
FEATURES!

But not any new ones from this crate. Move along, citizen.

v0.5.3: I feel the warmth of the Iris flowing through me

04 Jan 23:35
v0.5.3
bff7b39
Compare
Choose a tag to compare
Changed:
  * Performance improvements

v0.5.2: NOBODY PANIC EVERYTHING'S UNDER CONTROL

21 Sep 19:19
v0.5.2
39dde43
Compare
Choose a tag to compare
Fixed:
  * No longer will -v and no checksums file panic
    (64b44fca7b6494d3126da4125128353d1bcf3efb)
    (#17)

Internal:
  * Simplify Algorithm::from_str() by normalising the e stringbeforehand

v0.5.1: But wait()! There's more!

10 Sep 15:59
v0.5.1
7f6a021
Compare
Choose a tag to compare
Internal:
  * Use Future::wait() instead of malually waiting (#13)