ebird-cli 0.1.0.0 → 0.2.0.0
raw patch · 2 files changed
+6/−2 lines, 2 filesnew-component:exe:ebird-cliPVP ok
version bump matches the API change (PVP)
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.2.0.0 -- 2023-09-27++* Renamed `ebird` executable to `ebird-cli`.+ ## 0.1.0.0 -- 2023-07-30 * First version. Released on an unsuspecting world.
ebird-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ebird-cli-version: 0.1.0.0+version: 0.2.0.0 synopsis: A command-line utility for interacting with the eBird API.@@ -35,7 +35,7 @@ RecordWildCards default-language: Haskell2010 -executable ebird+executable ebird-cli import: common main-is: Main.hs