Skip to content

Commit

Permalink
Merge pull request #432 from input-output-hk/mgalazyn/release/8.14
Browse files Browse the repository at this point in the history
Release 8.14.0.0
  • Loading branch information
carbolymer authored Nov 3, 2023
2 parents 92115ee + 2c9f085 commit 66415ff
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 5 deletions.
56 changes: 52 additions & 4 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 66415ff

Please sign in to comment.