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 bc62e86 commit c18100c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for cardano-cli

## 10.1.0.0

- 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 c18100c

Please sign in to comment.