Skip to content

Commit

Permalink
Merge pull request #597 from IntersectMBO/mgalazyn/release/8.20.0.0
Browse files Browse the repository at this point in the history
Release 8.20.0.0
  • Loading branch information
carbolymer authored Feb 7, 2024
2 parents 760a6f5 + 1280546 commit e23c8f5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog for cardano-cli

## 8.20.0.0

- - Bump CHaP in preparation for cardano-node 8.8
- `--pool-retirement-epoch-boundary` updated to `--pool-retirement-epoch-interval`
(breaking)
[PR 529](https://github.com/IntersectMBO/cardano-cli/pull/529)

- create-testnet-data: better UX for supply arguments: have a flag for total supply and delegated supply is a fraction of that.
(breaking)
[PR 581](https://github.com/IntersectMBO/cardano-cli/pull/581)

- Provide more detailed error upon missing policy id
(improvement)
[PR 527](https://github.com/IntersectMBO/cardano-cli/pull/527)

- Bump hedgehog-extras to 0.6.0.1 to benefit of this fix: https://github.com/input-output-hk/hedgehog-extras/pull/58
(compatible, test, release)
[PR 589](https://github.com/IntersectMBO/cardano-cli/pull/589)

- Avoid an internal crash of `create-testnet-data`
(compatible, bugfix)
[PR 588](https://github.com/IntersectMBO/cardano-cli/pull/588)

- Update help for `drep-stake-distribution` and `drep-state` queries
(improvement, test)
[PR 585](https://github.com/IntersectMBO/cardano-cli/pull/585)

- Improvements to --create-testnet-data
(compatible, test)
[PR 575](https://github.com/IntersectMBO/cardano-cli/pull/575)

- Support signing with drep extended key
(feature, compatible)
[PR 556](https://github.com/IntersectMBO/cardano-cli/pull/556)

## 8.19.0.0

- Update cardano-api 8.37.1
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.19.0.0
version: 8.20.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 e23c8f5

Please sign in to comment.