Skip to content

Commit 47b2fa9

Browse files
authored
Merge pull request #24 from blockfrost/release/v0.5.0.0
Release 0.5.0.0
2 parents 16484a2 + 45a1523 commit 47b2fa9

6 files changed

Lines changed: 18 additions & 5 deletions

File tree

blockfrost-api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version [0.5.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.1...v0.5.0.0) (2022-06-06)
2+
3+
* Fix return type of `_getEpochStakeByPool` from `StakeDistribution` to `PoolStakeDistribution`
4+
15
# Version [0.4.0.1](https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.0...v0.4.0.1) (2022-04-05)
26

37
* Allow servant `0.19`

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.4.0.1
3+
version: 0.5.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-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version [0.4.0.2](https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.1...client-core-0.4.0.2) (2022-06-06)
2+
3+
* Allow blockfrost-api `0.5`
4+
15
# Version [0.4.0.1](https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.0...v0.4.0.1) (2022-04-05)
26

37
* Allow servant `0.19`

blockfrost-client-core/blockfrost-client-core.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-core
3-
version: 0.4.0.1
3+
version: 0.4.0.2
44
synopsis: blockfrost.io common client definitions / instances
55
description: HasClient for our auth
66
homepage: https://github.com/blockfrost/blockfrost-haskell
@@ -44,7 +44,7 @@ library
4444
, Blockfrost.Client.Tag
4545
, Blockfrost.Client.UserAgent
4646
build-depends: base >= 4.7 && < 5
47-
, blockfrost-api ^>= 0.4
47+
, blockfrost-api >= 0.4
4848
, aeson
4949
, bytestring
5050
, case-insensitive

blockfrost-client/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version [0.5.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.1...v0.5.0.0) (2022-06-06)
2+
3+
* Fix return types of `getEpochStakeByPool` and `getEpochStakeByPool'`
4+
from `StakeDistribution` to `PoolStakeDistribution`
5+
16
# Version [0.4.0.1](https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.0...v0.4.0.1) (2022-04-05)
27

38
* Allow servant `0.19`

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.4.0.1
3+
version: 0.5.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
@@ -64,7 +64,7 @@ library
6464
, Blockfrost.Client.IPFS
6565
, Blockfrost.Client.NutLink
6666
build-depends: base >= 4.7 && < 5
67-
, blockfrost-api ^>= 0.4
67+
, blockfrost-api ^>= 0.5
6868
, blockfrost-client-core
6969
, bytestring
7070
, directory

0 commit comments

Comments
 (0)