Skip to content

Commit

Permalink
Merge pull request #1019 from IntersectMBO/release/cardano-cli-10.3.0.0
Browse files Browse the repository at this point in the history
Release cardano-cli-10.3.0.0
  • Loading branch information
carbolymer authored Jan 16, 2025
2 parents 033f608 + 0c904ea commit fd4f932
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

## 10.3.0.0

- Add QueryLedgerPeerSnapshotCmd for a snapshot of big ledger peers used when syncing in Genesis
(feature)
[PR 727](https://github.com/IntersectMBO/cardano-cli/pull/727)

- Integrate `plutus`, `cardano-ledger`, `ouroboros-network`, `ouroboros-consensus`, `cardano-api-10.6.0.0`
(breaking, feature)
[PR 986](https://github.com/IntersectMBO/cardano-cli/pull/986)

- transaction id: add --output-[json,text] flag to control format of the output
(feature, compatible)
[PR 1005](https://github.com/IntersectMBO/cardano-cli/pull/1005)

- drep id: have --output-bech32 and --output-hex instead of --output-format STRING
(breaking)
[PR 1017](https://github.com/IntersectMBO/cardano-cli/pull/1017)

- drep id: support key hash as input
(compatible)
[PR 1009](https://github.com/IntersectMBO/cardano-cli/pull/1009)

- Added datums and scripts to `friendlyTxImpl`, which translates into them being showed by `transaction view`.
(feature)
[PR 977](https://github.com/IntersectMBO/cardano-cli/pull/977)

- Disambiguate DRep being a key or a script in certificate descriptions
(breaking)
[PR 1007](https://github.com/IntersectMBO/cardano-cli/pull/1007)

- Moved `genesis hash` command to `hash genesis-file`
(breaking)
[PR 982](https://github.com/IntersectMBO/cardano-cli/pull/982)

## 10.2.0.0

- Augment of query spo-stake-distribution to include the DRep delegation choices of the Pool's rewards accounts
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-cli
version: 10.2.0.0
version: 10.3.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 fd4f932

Please sign in to comment.