Skip to content

Commit

Permalink
Release cardano-cli-10.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Oct 22, 2024
1 parent 3f8d195 commit 07384e9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog for cardano-cli

## 10.1.0.0

- Upgrade CHaP (include `cardano-ledger-conway-1.17.1.0`)
(compatible)
[PR 949](https://github.com/IntersectMBO/cardano-cli/pull/949)

- Fixed number of `DRep` credentials generated by `create-testnet-data`.
(bugfix)
[PR 948](https://github.com/IntersectMBO/cardano-cli/pull/948)

- Introduce "compatible" command group
(feature, compatible)
[PR 917](https://github.com/IntersectMBO/cardano-cli/pull/917)

- Upgrade cardano-api-10.1.0.0 [CHANGELOG](https://github.com/IntersectMBO/cardano-api/blob/main/cardano-api/CHANGELOG.md#10100)
(breaking)
[PR 946](https://github.com/IntersectMBO/cardano-cli/pull/946)

- Added support for the new envelope types for transactions: "TxSignedShelley", "Tx AllegraEra", "Tx MaryEra", "Tx AlonzoEra", "Tx BabbageEra", "Tx ConwayEra".
The following old envelope types are no longer supported: "Witnessed Tx ShelleyEra", "Witnessed Tx AllegraEra", "Witnessed Tx MaryEra", "Witnessed Tx AlonzoEra", "Witnessed Tx BabbageEra", "Witnessed Tx ConwayEra", "Unwitnessed Tx ByronEra", "Unwitnessed Tx ShelleyEra", "Unwitnessed Tx AllegraEra", "Unwitnessed Tx MaryEra", "Unwitnessed Tx AlonzoEra", "Unwitnessed Tx BabbageEra", "Unwitnessed Tx ConwayEra"
(bugfix, breaking)
[PR 892](https://github.com/IntersectMBO/cardano-cli/pull/892)

## 10.0.0.0

- Integrates updated ledger type and fixes test due to new plutus ops
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.0.0.0
version: 10.1.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 07384e9

Please sign in to comment.