Skip to content

Commit

Permalink
Merge pull request #287 from input-output-hk/mgalazyn/release/8.9.0.0
Browse files Browse the repository at this point in the history
Release 8.9.0.0
  • Loading branch information
carbolymer authored Sep 18, 2023
2 parents 20b7b2b + 84f172e commit 7926405
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog for cardano-cli

## 8.9.0.0

- Export `Cardano.CLI.Legacy.Options.pLegacyCardanoEra` for cardano-tesnet
(compatible)
[PR 286](https://github.com/input-output-hk/cardano-cli/pull/286)

- Include fixes from cardano-api 8.20.1.0: https://github.com/input-output-hk/cardano-api/blob/main/cardano-api/CHANGELOG.md#82010
(compatible, bugfix)
[PR 283](https://github.com/input-output-hk/cardano-cli/pull/283)

- Remove unused governance-related code
(improvement)
[PR 282](https://github.com/input-output-hk/cardano-cli/pull/282)

- Fix typo in stake-pool help text and clarify drep queries arguments
(compatible)
[PR 281](https://github.com/input-output-hk/cardano-cli/pull/281)

- Remove `--conway-era` flag
(breaking, improvement)
[PR 276](https://github.com/input-output-hk/cardano-cli/pull/276)

- Era-based `stake-pool` command
(feature, compatible)
[PR 275](https://github.com/input-output-hk/cardano-cli/pull/275)

- Fix git revision in `version` command
(compatible, bugfix)
[PR 274](https://github.com/input-output-hk/cardano-cli/pull/274)

- Add support for `--drep-script-hash` `--always-abstain` `--always-no-confidence` to `vote-delegation-certificate` command
(feature, compatible)
[PR 272](https://github.com/input-output-hk/cardano-cli/pull/272)

## 8.8.0.0

- Remove `Shelley` prefix on from errors
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.8.0.0
version: 8.9.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 7926405

Please sign in to comment.