File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ # Version [ 0.13.0.0] ( https://github.com/blockfrost/blockfrost-haskell/compare/api-0.12.2.0...api-0.13.0.0 ) (2025-06-03)
2+
3+ * Additions
4+ * Governance support [ #77 ] ( https://github.com/blockfrost/blockfrost-haskell/pull/77 )
5+ * ` AccountInfo ` extended with ` drepId ` field [ #77 ] ( https://github.com/blockfrost/blockfrost-haskell/pull/77 )
6+
17# Version [ 0.12.2.0] ( https://github.com/blockfrost/blockfrost-haskell/compare/api-0.12.1.0...api-0.12.2.0 ) (2025-04-07)
28
39* Additions
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : blockfrost-api
3- version : 0.12.2 .0
3+ version : 0.13.0 .0
44synopsis : API definitions for blockfrost.io
55description : Core types and Servant API description
66homepage : https://github.com/blockfrost/blockfrost-haskell
Original file line number Diff line number Diff line change 1+ # Version [ 0.10.0.0] ( https://github.com/blockfrost/blockfrost-haskell/compare/client-0.9.2.0...client-0.10.0.0 ) (2025-06-03)
2+
3+ * Additions
4+ * Governance support [ #77 ] ( https://github.com/blockfrost/blockfrost-haskell/pull/77 )
5+ * ` AccountInfo ` extended with ` drepId ` field [ #77 ] ( https://github.com/blockfrost/blockfrost-haskell/pull/77 )
6+
17# Version [ 0.9.2.0] ( https://github.com/blockfrost/blockfrost-haskell/compare/client-0.9.1.0...client-0.9.2.0 ) (2025-04-07)
28
39* Additions
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : blockfrost-client
3- version : 0.9.2 .0
3+ version : 0.10.0 .0
44synopsis : blockfrost.io basic client
55description : Simple Blockfrost clients for use with transformers or mtl
66homepage : https://github.com/blockfrost/blockfrost-haskell
@@ -69,7 +69,7 @@ library
6969 , Blockfrost.Client.IPFS
7070 , Blockfrost.Client.NutLink
7171 build-depends : base >= 4.7 && < 5
72- , blockfrost-api >= 0.12.2
72+ , blockfrost-api >= 0.13
7373 , blockfrost-client-core ^>= 0.6
7474 , bytestring
7575 , directory
You can’t perform that action at this time.
0 commit comments