Skip to content

Commit 8b1eb29

Browse files
committed
Release api 0.13 client 0.10
1 parent 9ade1cd commit 8b1eb29

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

blockfrost-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

blockfrost-api/blockfrost-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: blockfrost-api
3-
version: 0.12.2.0
3+
version: 0.13.0.0
44
synopsis: API definitions for blockfrost.io
55
description: Core types and Servant API description
66
homepage: https://github.com/blockfrost/blockfrost-haskell

blockfrost-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

blockfrost-client/blockfrost-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: blockfrost-client
3-
version: 0.9.2.0
3+
version: 0.10.0.0
44
synopsis: blockfrost.io basic client
55
description: Simple Blockfrost clients for use with transformers or mtl
66
homepage: 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

0 commit comments

Comments
 (0)