From d1b158007e96d51718f6cc12bc2e72fec71bde9d Mon Sep 17 00:00:00 2001 From: Jordan Millar Date: Thu, 5 Sep 2024 16:47:58 -0400 Subject: [PATCH] Release cardano-cli-9.4.0.0 --- cardano-cli/CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 49dbadf36d..f3f6c6cdce 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog for cardano-cli +## 9.4.0.0 +- Bump CHaP + Propagate experimental api to `transaction build` internals + Deprecate pre-Conway eras for `transaction build` + (breaking) + [PR 853](https://github.com/IntersectMBO/cardano-cli/pull/853) + +- Add for eras <= Babbage a deprecation notice. + (feature, breaking) + [PR 879](https://github.com/IntersectMBO/cardano-cli/pull/879) + +- Make funds receiving address and amount mandatory. + (bugfix) + [PR 877](https://github.com/IntersectMBO/cardano-cli/pull/877) + +- create-testnet-data's --total-supply option doesn't have a default anymore. The default value is to take the value from the shelley genesis file (if provided, otherwise this file is defaulted, so total supply comes from the default shelley genesis). create-testnet-data's --delegated-supply option doesn't have a default anymore. The default is to use half of the total supply. + (breaking, bugfix) + [PR 874](https://github.com/IntersectMBO/cardano-cli/pull/874) + +- Forbid incorrect values in parsers of many Int-like options. Previously those values would overflow and be turned into a random valid value. If this breaks your use case, this means your use case wasn't doing what you expected. + (bugfix) + [PR 864](https://github.com/IntersectMBO/cardano-cli/pull/864) + +- Fix estimated fee rendering: previously the output was of the form `Estimated transaction fee: Coin 357154`. + Now it is: `Estimated transaction fee: 357154 Lovelace` + (bugfix) + [PR 873](https://github.com/IntersectMBO/cardano-cli/pull/873) + +- Modify `transaction view` to show what inputs redeemers refer to. + (feature) + [PR 861](https://github.com/IntersectMBO/cardano-cli/pull/861) + ## 9.3.0.0 - Add `query spo-stake-distribution` command to obtain stake distribution for SPOs diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index d8719de1bf..08f1f7a4cd 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: 9.3.0.0 +version: 9.4.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).