From 333e470307192cfb1a9107a37ce8df11ead65fc2 Mon Sep 17 00:00:00 2001 From: Pablo Lamela Date: Fri, 25 Apr 2025 17:41:20 +0200 Subject: [PATCH] Release cardano-api-10.15.0.0 --- cardano-api/CHANGELOG.md | 23 +++++++++++++++++++++++ cardano-api/cardano-api.cabal | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 496d6d2eb4..9a66b00133 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog for cardano-api +## 10.15.0.0 + +- Removed Babbage era from `Experimental` API together with `babbageEraOnwardsToEra` function. + (breaking) + [PR 828](https://github.com/IntersectMBO/cardano-api/pull/828) + +- Improved autobalancing errors when change has no lovelace + `checkMinUTxOValue` has its arguments flipped. + (breaking, refactoring) + [PR 816](https://github.com/IntersectMBO/cardano-api/pull/816) + +- Added support for stake pool extended keys + (feature) + [PR 781](https://github.com/IntersectMBO/cardano-api/pull/781) + +- Exposed `substituteExecutionUnits` & `handleExUnitsErrors` from `Cardano.Api.Internal.Fees` module + (compatible) + [PR 820](https://github.com/IntersectMBO/cardano-api/pull/820) + +- Fixed CBOR codecs for Proposal + (compatible, maintenance) + [PR 823](https://github.com/IntersectMBO/cardano-api/pull/823) + ## 10.14.1.0 - Update consensus to 0.26 diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 2d2cc654d1..6536b439c8 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.14.1.0 +version: 10.15.0.0 synopsis: The cardano API description: The cardano API. category: