ebird-cli 0.3.0.0 → 0.3.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ebird-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ebird-client
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- ebird-cli.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ebird-cli +## 0.3.0.1 -- 2023-12-16++* Bump dependency on `ebird-client`.+ ## 0.3.0.0 -- 2023-12-16 * Rename subregion items so subregion is one word.
ebird-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ebird-cli-version: 0.3.0.0+version: 0.3.0.1 synopsis: A command-line utility for interacting with the eBird API.@@ -48,7 +48,7 @@ Data.EBird.CLI build-depends: ebird-api >= 0.2.0.0 && < 0.3- , ebird-client >= 0.2.0.0 && < 0.3+ , ebird-client >= 0.2.0.1 && < 0.3 , aeson >= 1.5.6.0 && < 2.2 , aeson-pretty >= 0.8.8 && < 0.9