Skip to content

Commit 7b2259c

Browse files
authored
Merge pull request #780 from IntersectMBO/release/cardano-api-10.11.0.0
Release cardano-api-10.11.0.0
2 parents b317be5 + 7962810 commit 7b2259c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

cardano-api/CHANGELOG.md

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

3+
## 10.11.0.0
4+
5+
- Added support for generating mnemonics and for deriving payment and stake keys from mnemonics.
6+
(feature)
7+
[PR 678](https://github.com/IntersectMBO/cardano-api/pull/678)
8+
9+
- Add `fromCtxUTxOTxOut`, inverse of `toCtxUTxOTxOut`
10+
(compatible)
11+
[PR 770](https://github.com/IntersectMBO/cardano-api/pull/770)
12+
13+
- Make 1-1 relationship of witness and policy ID in TxMintValue instead of 1-*
14+
Remove exports: `parseValue`, `ParserValueRole`
15+
Add new type `PolicyAssets` representing minted assets within a single PolicyId
16+
Add `mkTxMintValue` helper function
17+
(breaking, refactoring)
18+
[PR 776](https://github.com/IntersectMBO/cardano-api/pull/776)
19+
20+
- Add Key instance for StakePoolExtendedKey
21+
(feature, compatible)
22+
[PR 777](https://github.com/IntersectMBO/cardano-api/pull/777)
23+
24+
- Add missing certificates in compatible transaction building in eras after Shelley and prior to Alonzo
25+
(bugfix)
26+
[PR 775](https://github.com/IntersectMBO/cardano-api/pull/775)
27+
28+
- Added `HasTextEnvelope` instance for `EraHistory`
29+
(feature, compatible)
30+
[PR 771](https://github.com/IntersectMBO/cardano-api/pull/771)
31+
32+
- Define `fromList` and `toList` in `Cardano.Api.UTxO` module.
33+
(compatible)
34+
[PR 767](https://github.com/IntersectMBO/cardano-api/pull/767)
35+
336
## 10.10.0.0
437

538
- Include deserialisation of stake keys in deserialiseAnyVerificationKeyTextEnvelope

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

0 commit comments

Comments
 (0)