From acf1e8c39040aed6134db9d496820b85c70213a3 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Tue, 23 Dec 2025 16:40:52 +0100 Subject: [PATCH] Release cardano-cli-10.14.0.0 --- cardano-cli/CHANGELOG.md | 22 ++++++++++++++++++++++ cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index d78158a2c0..e27ee02342 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog for cardano-cli +## 10.14.0.0 + +- query stake-address-info now includes the correct cip129 hex format as well as the Ledger State format. + (breaking) + [PR 1313](https://github.com/IntersectMBO/cardano-cli/pull/1313) + +- Upgrade cardano-crypto-class-2.2.3.2 with hashes deserialisation fix + (compatible, bugfix) + [PR 1310](https://github.com/IntersectMBO/cardano-cli/pull/1310) + +- Replace `createTransactionBody` with `makeUnsignedTx` + (compatible) + [PR 1305](https://github.com/IntersectMBO/cardano-cli/pull/1305) + +- Deprecate certificate + (compatible) + [PR 1286](https://github.com/IntersectMBO/cardano-cli/pull/1286) + +- Fixed error message in readStringOfMaxLength to correctly display the actual maximum length parameter instead of hardcoded value "128" + (bugfix) + [PR 1297](https://github.com/IntersectMBO/cardano-cli/pull/1297) + ## 10.13.1.0 - Update `cardano-ledger-api` to fix bug in `queryPoolState`, where current Pool parameters were returned instead of the future ones. diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 7b9559204d..5e00dd30e6 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,6 +1,6 @@ cabal-version: 3.8 name: cardano-cli -version: 10.13.1.0 +version: 10.14.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).