Skip to content

Commit 3ac38f6

Browse files
authored
Merge pull request #802 from IntersectMBO/release/cardano-api-10.13.0.0
Release cardano-api-10.13.0.0
2 parents c91a37c + c8aa79f commit 3ac38f6

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

cardano-api/CHANGELOG.md

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

3+
## 10.13.0.0
4+
5+
- Sort transaction fields in CBOR representation
6+
(feature, compatible)
7+
[PR 785](https://github.com/IntersectMBO/cardano-api/pull/785)
8+
9+
- Fix bug in the construction of the redeemer pointer map.
10+
(breaking, bugfix)
11+
[PR 800](https://github.com/IntersectMBO/cardano-api/pull/800)
12+
13+
- Removed `createPreviousGovernanceActionId`. Use `GovPurposeId . createGovernanceActionId` instead.
14+
Export `GovPurposeId` through `Cardano.Api.Ledger`.
15+
(breaking, refactoring)
16+
[PR 797](https://github.com/IntersectMBO/cardano-api/pull/797)
17+
18+
- Remove unused ledger types' wrappers: `GovernanceActionId` and `Voter`. Use `GovActionId` and `Voter` from ledger instead.
19+
(breaking, refactoring)
20+
[PR 796](https://github.com/IntersectMBO/cardano-api/pull/796)
21+
22+
- Delegate decision on supported versions for queries to Consensus.
23+
(feature)
24+
[PR 790](https://github.com/IntersectMBO/cardano-api/pull/790)
25+
26+
- Adding missing `fromCtxUTxOTxOut` export
27+
(compatible)
28+
[PR 794](https://github.com/IntersectMBO/cardano-api/pull/794)
29+
330
## 10.12.0.0
431

532
- Bumped ledger and dependencies for node 10.3 release.

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.12.0.0
3+
version: 10.13.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)