From 545948ae2b3cc29b66401ba09a80ad96d5bde88c Mon Sep 17 00:00:00 2001 From: Pablo Lamela Date: Fri, 14 Feb 2025 17:40:53 +0100 Subject: [PATCH] Release cardano-api-10.9.0.0 --- cardano-api/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ cardano-api/cardano-api.cabal | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index e08bca7e24..d83e76a6ea 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -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 diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 9146bc2fea..bbd65a8ea8 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -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: