From 2c9f08556303fcf011c993bdf6c9eea415e974d6 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Fri, 3 Nov 2023 12:18:26 +0100 Subject: [PATCH] Release 8.14.0.0 --- cardano-cli/CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++--- cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 53 insertions(+), 5 deletions(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 6f27d59bc6..015d50dfac 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,53 @@ # Changelog for cardano-cli +## 8.14.0.0 + +- Command types for `node` commands + (improvement) + [PR 428](https://github.com/input-output-hk/cardano-cli/pull/428) + +- - Upgrade cardano-api to 8.30 + https://github.com/input-output-hk/cardano-api/blob/main/cardano-api/CHANGELOG.md#83000 + - Remove usage of stake pool keys as credentials + https://github.com/input-output-hk/cardano-cli/pull/412 + (breaking, improvement) + [PR 430](https://github.com/input-output-hk/cardano-cli/pull/430) + +- Extended to non-extended key: write description field in all cases + (improvement) + [PR 416](https://github.com/input-output-hk/cardano-cli/pull/416) + +- Split governance `MIRTransferConstructor` + Add `babbage governance create-genesis-key-delegation-certificate` + (feature, improvement) + [PR 427](https://github.com/input-output-hk/cardano-cli/pull/427) + +- Command argument types for `drep` commands + (improvement) + [PR 425](https://github.com/input-output-hk/cardano-cli/pull/425) + +- Command arguments types for stake-pool commands + (improvement) + [PR 419](https://github.com/input-output-hk/cardano-cli/pull/419) + +- Command argument types for poll commands + (compatible, improvement) + [PR 414](https://github.com/input-output-hk/cardano-cli/pull/414) + +- Support converting a drep extended key to its non-extended version + (feature, compatible) + [PR 377](https://github.com/input-output-hk/cardano-cli/pull/377) + +- Update cardano-ping to 0.2.0.7, so that `-j` is honored more often in ping command: + the output of the info `network_rtt`, `handshake_rtt`, `negotiated_version`, and `queried_versions` + is now written in JSON when `-j` is passed. + (compatible) + [PR 411](https://github.com/input-output-hk/cardano-cli/pull/411) + +- Remove `ShelleyMode` and `ByronMode` + (breaking) + [PR 404](https://github.com/input-output-hk/cardano-cli/pull/404) + ## 8.13.0.0 - Updated cardano-ledger, ouroboros-consensus and cardano-api packages @@ -336,9 +384,9 @@ - Update cardano-cli to newer cardano-ledger (breaking) - - Use `cardano-api-8.20`. - - Export `renderOpCertIntervalInformation`. - - `DelegationsAndRewards` and `mergeDelegsAndRewards` moved to `cardano-api` (`8.20.0.0`). + - Use `cardano-api-8.20`. + - Export `renderOpCertIntervalInformation`. + - `DelegationsAndRewards` and `mergeDelegsAndRewards` moved to `cardano-api` (`8.20.0.0`). [PR 247](https://github.com/input-output-hk/cardano-cli/pull/247) - Consistent naming for `stake-pool` command related types, functions and modules @@ -358,7 +406,7 @@ [PR 245](https://github.com/input-output-hk/cardano-cli/pull/245) - Update description fields in delegation certificates from `Stake Address Delegation Certificate` to respectively (Conway onwards): - - `Stake Delegation Certificate` + - `Stake Delegation Certificate` - `Vote Delegation Certificate` - `Stake and Vote Delegation Certificate` (feature) diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 6c20d6859d..a662e3e964 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,7 +1,7 @@ cabal-version: 3.4 name: cardano-cli -version: 8.13.0.0 +version: 8.14.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).