Skip to content

Commit

Permalink
Merge pull request #45 from blockfrost/release/client-0.8
Browse files Browse the repository at this point in the history
Release/client 0.8
  • Loading branch information
sorki authored Dec 18, 2023
2 parents cf91d82 + eb97a47 commit 35a0197
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blockfrost-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.7.1.1...master) (2023-mm-dd)
# Version [0.8.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.7.1.1...client-0.8.0.0) (2023-12-18)

* Allow servant `0.20` [#41](https://github.com/blockfrost/blockfrost-haskell/pull/41)
* Additions [#43](https://github.com/blockfrost/blockfrost-haskell/pull/43)
Expand Down
7 changes: 4 additions & 3 deletions blockfrost-client/blockfrost-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: blockfrost-client
version: 0.7.1.1
version: 0.8.0.0
synopsis: blockfrost.io basic client
description: Simple Blockfrost clients for use with transformers or mtl
homepage: https://github.com/blockfrost/blockfrost-haskell
Expand All @@ -14,9 +14,10 @@ build-type: Simple


extra-source-files:
CHANGELOG.md
LICENSE
README.md
extra-doc-files:
CHANGELOG.md

flag BuildFast
Default: True
Expand Down Expand Up @@ -65,7 +66,7 @@ library
, Blockfrost.Client.IPFS
, Blockfrost.Client.NutLink
build-depends: base >= 4.7 && < 5
, blockfrost-api >= 0.7.1
, blockfrost-api >= 0.9
, blockfrost-client-core ^>= 0.6
, bytestring
, directory
Expand Down

0 comments on commit 35a0197

Please sign in to comment.