Skip to content

Commit f7a3a74

Browse files
committed
Release cardano-cli-10.11.0.0
1 parent f21767f commit f7a3a74

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

cardano-cli/CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Changelog for cardano-cli
22

3+
## 10.11.0.0
4+
5+
- Isolate protocol parameters update compatible command logic
6+
(compatible, refactoring)
7+
[PR 1197](https://github.com/IntersectMBO/cardano-cli/pull/1197)
8+
9+
- New `--output-yaml` option for the following commands:
10+
* `conway query ledger-state`
11+
* `conway query ref-script-size`
12+
* `conway query stake-distribution`
13+
* `conway query stake-pools`
14+
* `conway query utxo`
15+
* `conway text-view decode-cbor`
16+
* `conway transaction calculate-min-fee`
17+
* `conway transaction txid`
18+
* `latest query ledger-state`
19+
* `latest query ref-script-size`
20+
* `latest query stake-distribution`
21+
* `latest query stake-pools`
22+
* `latest query utxo`
23+
* `latest text-view decode-cbor`
24+
* `latest transaction calculate-min-fee`
25+
* `latest transaction txid`
26+
* `query ledger-state`
27+
* `query stake-distribution`
28+
* `query stake-pools`
29+
* `query utxo`
30+
(compatible)
31+
[PR 1192](https://github.com/IntersectMBO/cardano-cli/pull/1192)
32+
33+
- `RIO` propagation 2025-05-09
34+
(breaking, refactoring)
35+
[PR 1186](https://github.com/IntersectMBO/cardano-cli/pull/1186)
36+
37+
- Remove `legacy governance` command group
38+
Use `compatible` instead
39+
(breaking)
40+
[PR 1194](https://github.com/IntersectMBO/cardano-cli/pull/1194)
41+
42+
- Change default era value from `babbage` to `conway`
43+
(breaking, bugfix)
44+
[PR 1193](https://github.com/IntersectMBO/cardano-cli/pull/1193)
45+
46+
- New --output-json and --output-yaml flags for the following commands:
47+
* conway query committee-state
48+
* conway query constitution
49+
* conway query drep-stake-distribution
50+
* conway query drep-state
51+
* conway query future-pparams
52+
* conway query gov-state
53+
* conway query proposals
54+
* conway query ratify-state
55+
* latest query committee-state
56+
* latest query constitution
57+
* latest query drep-stake-distribution
58+
* latest query drep-state
59+
* latest query future-pparams
60+
* latest query gov-state
61+
* latest query proposals
62+
* latest query ratify-state
63+
(compatible)
64+
[PR 1188](https://github.com/IntersectMBO/cardano-cli/pull/1188)
65+
366
## 10.10.0.0
467

568
- Bump consensus and network dependencies

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.8
22
name: cardano-cli
3-
version: 10.10.0.0
3+
version: 10.11.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)