From 07384e916af7ade25e3ffb672b0204b277b8caf4 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Tue, 22 Oct 2024 11:28:51 +0200 Subject: [PATCH] Release cardano-cli-10.1.0.0 --- cardano-cli/CHANGELOG.md | 23 +++++++++++++++++++++++ cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 1e9c8bb7f..45598c1b9 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog for cardano-cli +## 10.1.0.0 + +- Upgrade CHaP (include `cardano-ledger-conway-1.17.1.0`) + (compatible) + [PR 949](https://github.com/IntersectMBO/cardano-cli/pull/949) + +- Fixed number of `DRep` credentials generated by `create-testnet-data`. + (bugfix) + [PR 948](https://github.com/IntersectMBO/cardano-cli/pull/948) + +- Introduce "compatible" command group + (feature, compatible) + [PR 917](https://github.com/IntersectMBO/cardano-cli/pull/917) + +- Upgrade cardano-api-10.1.0.0 [CHANGELOG](https://github.com/IntersectMBO/cardano-api/blob/main/cardano-api/CHANGELOG.md#10100) + (breaking) + [PR 946](https://github.com/IntersectMBO/cardano-cli/pull/946) + +- Added support for the new envelope types for transactions: "TxSignedShelley", "Tx AllegraEra", "Tx MaryEra", "Tx AlonzoEra", "Tx BabbageEra", "Tx ConwayEra". + The following old envelope types are no longer supported: "Witnessed Tx ShelleyEra", "Witnessed Tx AllegraEra", "Witnessed Tx MaryEra", "Witnessed Tx AlonzoEra", "Witnessed Tx BabbageEra", "Witnessed Tx ConwayEra", "Unwitnessed Tx ByronEra", "Unwitnessed Tx ShelleyEra", "Unwitnessed Tx AllegraEra", "Unwitnessed Tx MaryEra", "Unwitnessed Tx AlonzoEra", "Unwitnessed Tx BabbageEra", "Unwitnessed Tx ConwayEra" + (bugfix, breaking) + [PR 892](https://github.com/IntersectMBO/cardano-cli/pull/892) + ## 10.0.0.0 - Integrates updated ledger type and fixes test due to new plutus ops diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 4b64b0273..3f5bc627d 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,6 +1,6 @@ cabal-version: 3.4 name: cardano-cli -version: 10.0.0.0 +version: 10.1.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).