From 0c904ea3332acfdd2f063648400ab52e34bd2e9c Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Thu, 16 Jan 2025 12:37:01 +0100 Subject: [PATCH] Release cardano-cli-10.3.0.0 --- cardano-cli/CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index e8875d9690..49187a0e07 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog for cardano-cli +## 10.3.0.0 + +- Add QueryLedgerPeerSnapshotCmd for a snapshot of big ledger peers used when syncing in Genesis + (feature) + [PR 727](https://github.com/IntersectMBO/cardano-cli/pull/727) + +- Integrate `plutus`, `cardano-ledger`, `ouroboros-network`, `ouroboros-consensus`, `cardano-api-10.6.0.0` + (breaking, feature) + [PR 986](https://github.com/IntersectMBO/cardano-cli/pull/986) + +- transaction id: add --output-[json,text] flag to control format of the output + (feature, compatible) + [PR 1005](https://github.com/IntersectMBO/cardano-cli/pull/1005) + +- drep id: have --output-bech32 and --output-hex instead of --output-format STRING + (breaking) + [PR 1017](https://github.com/IntersectMBO/cardano-cli/pull/1017) + +- drep id: support key hash as input + (compatible) + [PR 1009](https://github.com/IntersectMBO/cardano-cli/pull/1009) + +- Added datums and scripts to `friendlyTxImpl`, which translates into them being showed by `transaction view`. + (feature) + [PR 977](https://github.com/IntersectMBO/cardano-cli/pull/977) + +- Disambiguate DRep being a key or a script in certificate descriptions + (breaking) + [PR 1007](https://github.com/IntersectMBO/cardano-cli/pull/1007) + +- Moved `genesis hash` command to `hash genesis-file` + (breaking) + [PR 982](https://github.com/IntersectMBO/cardano-cli/pull/982) + ## 10.2.0.0 - Augment of query spo-stake-distribution to include the DRep delegation choices of the Pool's rewards accounts diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 6139f4be88..3b2060459c 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.2.0.0 +version: 10.3.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).