Skip to content

Commit 545948a

Browse files
committed
Release cardano-api-10.9.0.0
1 parent 32366c4 commit 545948a

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

cardano-api/CHANGELOG.md

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

3+
## 10.9.0.0
4+
5+
- Re-export `DebugPlutusFailure` and `renderDebugPlutusFailure`.
6+
(compatible)
7+
[PR 715](https://github.com/IntersectMBO/cardano-api/pull/715)
8+
9+
- Add `Cardano.Api.Tx.UTxO` module for common UTxO operations.
10+
(feature, compatible)
11+
[PR 710](https://github.com/IntersectMBO/cardano-api/pull/710)
12+
13+
- Removed `serialiseTxLedgerCddl` and `deserialiseTxLedgerCddl`, and updated `writeTxFileTextEnvelopeCddl` to use new format.
14+
(breaking)
15+
[PR 746](https://github.com/IntersectMBO/cardano-api/pull/746)
16+
17+
- Upgrade ouroboros-consensus-diffusion to >=0.19 && <0.21
18+
(compatible)
19+
[PR 751](https://github.com/IntersectMBO/cardano-api/pull/751)
20+
21+
- Update TxProposalProcedures type to make invalid states irrepresentable.
22+
(breaking, refactoring)
23+
[PR 726](https://github.com/IntersectMBO/cardano-api/pull/726)
24+
25+
- Add function `collectPlutusScriptHashes` to collect script hashes needed to validate a given transaction
26+
(feature)
27+
[PR 735](https://github.com/IntersectMBO/cardano-api/pull/735)
28+
29+
- Fix transaction autobalancing when deregistering a credential
30+
(bugfix)
31+
[PR 718](https://github.com/IntersectMBO/cardano-api/pull/718)
32+
333
## 10.8.0.0
434

535
- Add QueryFuturePParams

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: cardano-api
3-
version: 10.8.0.0
3+
version: 10.9.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)