gemini-exports 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep +cryptondep −cryptonitePVP ok
version bump matches the API change (PVP)
Dependencies added: crypton
Dependencies removed: cryptonite
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- gemini-exports.cabal +2/−2
CHANGELOG.md view
@@ -3,6 +3,10 @@ ## master +## v0.1.0.2++* Change crypto library from `cryptonite` to `crypton`.+ ## v0.1.0.1 * Bump `base64` requirement to v1.0.
gemini-exports.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: gemini-exports-version: 0.1.0.1+version: 0.1.0.2 synopsis: Generate CSV Exports of Your Gemini Trades, Transfers, & Earn Transactions description: @gemini-exports@ is a CLI program that queries the Gemini Exchange's API for your Trade History, Transfer History, & Earn History and exports all@@ -67,7 +67,7 @@ , cassava <1 , cmdargs >=0.10 && <1 , containers <1- , cryptonite <1+ , crypton <2 , directory <2 , http-client <1 , http-types <1