git-lfs 1.2.1 → 1.2.2
raw patch · 2 files changed
+12/−4 lines, 2 filesdep ~aesondep ~bytestringdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, bytestring, text
API changes (from Hackage documentation)
Files
- CHANGELOG +8/−0
- git-lfs.cabal +4/−4
CHANGELOG view
@@ -1,3 +1,11 @@+haskell-git-lfs (1.2.2) unstable; urgency=medium++ * Expand aeson bounds to allow 2.2.x+ * Expand text bounds to allow 2.1.x+ * Expand bytestring boulds to allow 0.12++ -- Joey Hess <id@joeyh.name> Thu, 01 Feb 2024 12:25:41 -0400+ haskell-git-lfs (1.2.1) unstable; urgency=medium * Expand aeson bounds to allow 2.1.x
git-lfs.cabal view
@@ -1,5 +1,5 @@ Name: git-lfs-Version: 1.2.1+Version: 1.2.2 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess <id@joeyh.name>@@ -23,12 +23,12 @@ base >= 4.5 && < 5, http-client >= 0.5 && < 0.8, http-types >= 0.7 && < 0.13,- aeson >= 1.3 && < 2.2,+ aeson >= 1.3 && < 2.3, network-uri >= 2.6 && < 2.8, case-insensitive >= 1.2 && < 1.3, containers >= 0.5 && < 0.7,- text >= 1.2 && < 2.1,- bytestring >= 0.10 && < 0.12+ text >= 1.2 && < 2.2,+ bytestring >= 0.10 && < 0.13 source-repository head type: git