packages feed

hash-addressed-cli 2.1.0.0 → 2.1.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~hash-addressedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hash-addressed

API changes (from Hackage documentation)

Files

changelog.md view
@@ -4,6 +4,10 @@ - Raise `B` for breaking changes to the library - Raise `C` for reverse-compatible changes to the library +## 2.1.0.1 (2023-02-08)++Raise `hash-addressed` version to `0.2`+ ## 2.1.0.0 (2023-01-31)  Raise `hash-addressed` version to `0.1`
hash-addressed-cli.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: hash-addressed-cli-version: 2.1.0.0+version: 2.1.0.1 synopsis: Hash-addressed file storage app category: Hash, Filesystem @@ -42,7 +42,7 @@       , cryptohash-sha256 ^>= 0.11.102       , directory ^>= 1.3.6       , filepath ^>= 1.4.2-      , hash-addressed ^>= 0.1.0+      , hash-addressed ^>= 0.2.0       , ini ^>= 0.4.2       , optparse-applicative ^>= 0.16.1 || ^>= 0.17.0       , pipes ^>= 4.3.16