Skip to content

Commit

Permalink
Merge pull request #753 from IntersectMBO/release/cardano-api-10.9.0.0
Browse files Browse the repository at this point in the history
Release cardano-api-10.9.0.0
  • Loading branch information
palas authored Feb 14, 2025
2 parents 32366c4 + 545948a commit aaa1061
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog for cardano-api

## 10.9.0.0

- Re-export `DebugPlutusFailure` and `renderDebugPlutusFailure`.
(compatible)
[PR 715](https://github.com/IntersectMBO/cardano-api/pull/715)

- Add `Cardano.Api.Tx.UTxO` module for common UTxO operations.
(feature, compatible)
[PR 710](https://github.com/IntersectMBO/cardano-api/pull/710)

- Removed `serialiseTxLedgerCddl` and `deserialiseTxLedgerCddl`, and updated `writeTxFileTextEnvelopeCddl` to use new format.
(breaking)
[PR 746](https://github.com/IntersectMBO/cardano-api/pull/746)

- Upgrade ouroboros-consensus-diffusion to >=0.19 && <0.21
(compatible)
[PR 751](https://github.com/IntersectMBO/cardano-api/pull/751)

- Update TxProposalProcedures type to make invalid states irrepresentable.
(breaking, refactoring)
[PR 726](https://github.com/IntersectMBO/cardano-api/pull/726)

- Add function `collectPlutusScriptHashes` to collect script hashes needed to validate a given transaction
(feature)
[PR 735](https://github.com/IntersectMBO/cardano-api/pull/735)

- Fix transaction autobalancing when deregistering a credential
(bugfix)
[PR 718](https://github.com/IntersectMBO/cardano-api/pull/718)

## 10.8.0.0

- Add QueryFuturePParams
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-api
version: 10.8.0.0
version: 10.9.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down

0 comments on commit aaa1061

Please sign in to comment.