Skip to content

Commit cbb3947

Browse files
committed
Release cardano-cli-10.10.0.0
1 parent 4532f5c commit cbb3947

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

cardano-cli/CHANGELOG.md

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

3+
## 10.10.0.0
4+
5+
- Bump consensus and network dependencies
6+
(compatible, maintenance)
7+
[PR 1189](https://github.com/IntersectMBO/cardano-cli/pull/1189)
8+
9+
- Incorporate CIP-129
10+
(feature, compatible)
11+
[PR 1087](https://github.com/IntersectMBO/cardano-cli/pull/1087)
12+
13+
- Simplify code by not using `QueryStakeAddressInfoCmdArgs` unnecessarily.
14+
Also fixes `query spo-stake-distribution` command so that the output format flags are respected.
15+
(refactoring, bugfix)
16+
[PR 1184](https://github.com/IntersectMBO/cardano-cli/pull/1184)
17+
18+
- `RIO` propagation 2025-05-07
19+
(breaking, refactoring)
20+
[PR 1179](https://github.com/IntersectMBO/cardano-cli/pull/1179)
21+
322
## 10.9.0.0
423

524
- The `--output-cbor` flag has been split to `--output-cbor-bin` and `--output-cbor-hex`.

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.9.0.0
3+
version: 10.10.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)