Skip to content

Commit 6859707

Browse files
committed
Release cardano-cli-10.8.0.0
1 parent 0126543 commit 6859707

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

cardano-cli/CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
# Changelog for cardano-cli
22

3+
## 10.8.0.0
4+
5+
- Implement changes needed for UTxO-HD Consensus feature.
6+
- Minor adjust on number of parameters of `AnyNewEpochState`.
7+
8+
Update to latest `cardano-api 10.14.0.0`.
9+
(feature, compatible)
10+
[PR 1134](https://github.com/IntersectMBO/cardano-cli/pull/1134)
11+
12+
- Corrected the flipped text & JSON output format for `query stake-pools` command.
13+
(bugfix)
14+
[PR 1139](https://github.com/IntersectMBO/cardano-cli/pull/1139)
15+
16+
- Make the output format flag for the `query utxo` command only have one default: JSON (rather than a different default depending on whether the output file is specified).
17+
(breaking, refactoring)
18+
[PR 1133](https://github.com/IntersectMBO/cardano-cli/pull/1133)
19+
20+
- Add canonical CBOR output toggle for transaction building and signing commands.
21+
(feature, compatible)
22+
[PR 1092](https://github.com/IntersectMBO/cardano-cli/pull/1092)
23+
324
## 10.7.0.0
425

526
- Bump cardano-api to include bug fixes for:
627
- Silently dropping simple scripts in transaction construction
728
- Not selecting the highest protocol version in a given era. This resulted in erroneous plutus script decoding failures.
8-
29+
930
(compatible, bugfix)
1031
[PR 1127](https://github.com/IntersectMBO/cardano-cli/pull/1127)
1132

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: cardano-cli
3-
version: 10.7.0.0
3+
version: 10.8.0.0
44
synopsis: The Cardano command-line interface
55
description: The Cardano command-line interface.
66
copyright: 2020-2023 Input Output Global Inc (IOG).

0 commit comments

Comments
 (0)