From 0e81fb939138fb22260e6b88c4b4ec03e922793d Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 5 Jan 2016 17:58:34 -0600 Subject: [PATCH] Bumped to 0.2.3 for changes Only breaks cached data, so not doing anything to the minor version. Should add some commands to delete cached data if it causes an error on reading. Namely the cached matrix data as we can tell if thats corrupt thanks to the compression. Image data can be corrupted and we wouldn't really know. ;( --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fde19d6..320e49e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pihash" -version = "0.2.2" +version = "0.2.3" authors = ["Drew Short "] description = "A simple library for generating perceptual hashes for images and comparing images based on their perceptual hashes." repository = "https://github.com/warricksothr/Perceptual-Image-Hashing/"