Skip to content

Commit

Permalink
Merge pull request #574 from IntersectMBO/release/cardano-api-9.0.0.0
Browse files Browse the repository at this point in the history
release cardano-api 9.0.0.0
  • Loading branch information
CarlosLopezDeLara authored Jul 4, 2024
2 parents 7ceecfd + 19f27e1 commit 6fdd78e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog for cardano-api

## 9.0.0.0

- - Remove redundant era conversion functions. Use `toCardanoEra` instead.
- Add IO Exception handling to consensus query execution.
- Refactor Cardano.Api.Convenience.Query to return `ExceptT e IO a` instead of `IO (Either e a)`
(breaking, refactoring)
[PR 566](https://github.com/IntersectMBO/cardano-api/pull/566)

## 8.49.0.0

- Make the query used by the CLI's `transaction build` return the current treasury value, so that command to do treasury donation doesn't require the user to pass it. Corresponding CLI PR: https://github.com/IntersectMBO/cardano-cli/pull/778
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-api
version: 8.49.0.0
version: 9.0.0.0
synopsis: The cardano API
description: The cardano API.
category: Cardano,
Expand Down

0 comments on commit 6fdd78e

Please sign in to comment.