Skip to content

Commit

Permalink
Merge pull request #560 from IntersectMBO/mgalazyn/release/cardano-ap…
Browse files Browse the repository at this point in the history
…i-8.48.0.0

Release cardano-api-8.48.0.0
  • Loading branch information
carbolymer authored Jun 19, 2024
2 parents 61830bd + 1c4f222 commit e41174a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog for cardano-api

## 8.48.0.0

- - Updated dependencies:
- `cardano-ledger`
- `ouroboros-consensus`
- `ouroboros-network`
- `plutus`
- Replaced `Cardano.Api.Fees.TransactionValidityError.TransactionValidityTranslationError` with `Cardano.Api.Fees.ScriptExecutionError.ScriptErrorTranslationError`
- Concretized `toShelleyMultiSig` and `fromShelleyMultiSig` to `ShelleyEra`.
(feature, breaking)
[PR 552](https://github.com/IntersectMBO/cardano-api/pull/552)

- evaluateTransactionExecutionUnitsShelley: return logs that are useful for debugging
(breaking)
[PR 555](https://github.com/IntersectMBO/cardano-api/pull/555)

- Export Target type from ouroboros-network, to be more convenient to users
(compatible)
[PR 448](https://github.com/IntersectMBO/cardano-api/pull/448)

## 8.47.0.0

- Add MuxError handling in `FoldBlocksError`. Rename `LedgerStateCondition` to `ConditionResult`.
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-api
version: 8.47.0.0
version: 8.48.0.0
synopsis: The cardano API
description: The cardano API.
category: Cardano,
Expand Down

0 comments on commit e41174a

Please sign in to comment.