perceptual-hash 0.1.4.1 → 0.1.4.2
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- app/Parallel.hs +1/−0
- perceptual-hash.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # phash +## 0.1.4.2++ * Detect `.webp` on the command-line+ ## 0.1.4.1 * Add support for [webp](https://developers.google.com/speed/webp) images.
app/Parallel.hs view
@@ -24,6 +24,7 @@ imgExtension ".tga" = True imgExtension ".tif" = True imgExtension ".tiff" = True+imgExtension ".webp" = True imgExtension _ = False insertHash :: FilePath -> IO (M.Map Word64 (NonEmpty FilePath) -> M.Map Word64 (NonEmpty FilePath))
perceptual-hash.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: perceptual-hash-version: 0.1.4.1+version: 0.1.4.2 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2019-2020 Vanessa McHale