Skip to content

Commit

Permalink
Merge pull request #44 from blockfrost/release/api-0.9
Browse files Browse the repository at this point in the history
Release/api 0.9
  • Loading branch information
sorki authored Dec 18, 2023
2 parents b275c69 + 6cf07ca commit cf91d82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion blockfrost-api/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/api-0.8.1.0-master) (2023-mm-dd)
# Version [0.9.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.8.1.0...api-0.9.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 All @@ -11,6 +11,8 @@
* `/utils/txs/evaluate` endpoint
* `/utils/txs/evaluate/utxos` endpoint
* `TxEval`, `TxEvalResult`, `TxEvalBudget`, `TxEvalInput` types for the two above
* Better metadata handling [#40](https://github.com/blockfrost/blockfrost-haskell/pull/40)
* Adds `onchainMetadataExtra` and `onchainMetadataValue` fields for `AssetDetails`

# Version [0.8.1.0](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.8.0.0...api-0.8.1.0) (2023-09-18)

Expand Down
5 changes: 3 additions & 2 deletions blockfrost-api/blockfrost-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: blockfrost-api
version: 0.8.1.0
version: 0.9.0.0
synopsis: API definitions for blockfrost.io
description: Core types and Servant API description
homepage: https://github.com/blockfrost/blockfrost-haskell
Expand All @@ -13,9 +13,10 @@ category: Cardano
build-type: Simple

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

flag BuildFast
Default: True
Expand Down

0 comments on commit cf91d82

Please sign in to comment.