Skip to content

Commit b6252fa

Browse files
authored
Merge pull request #725 from IntersectMBO/release/cardano-api-10.6.0.0
Release cardano-api-10.6.0.0
2 parents a84e31f + 271099c commit b6252fa

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

cardano-api-gen/CHANGELOG.md

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

3+
## 10.1.0.0
4+
5+
- Export genTxOutByron
6+
(compatible)
7+
[PR 703](https://github.com/IntersectMBO/cardano-api/pull/703)
8+
39
## 9.0.0.0
410

511
- Deprecate `valueFromList` and valueToList. Add `IsList Value` instance.

cardano-api-gen/cardano-api-gen.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-api-gen
3-
version: 10.0.0.0
3+
version: 10.1.0.0
44
synopsis: Generators for the cardano api
55
description: Generators for the cardano api.
66
category:

cardano-api/CHANGELOG.md

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

3+
## 10.6.0.0
4+
5+
- Downgrade plutus version to 1.37
6+
(bugfix)
7+
[PR 727](https://github.com/IntersectMBO/cardano-api/pull/727)
8+
9+
- Added schema checking functionality for DRep registration, DRep update, and GovAction metadata, based on CIP-0100, CIP-0108, and CIP-0119. Also add functionality to check whether a certificate is for DRep registration or updating.
10+
(feature, compatible, test)
11+
[PR 713](https://github.com/IntersectMBO/cardano-api/pull/713)
12+
13+
- Added `GetBigLedgerPeerSnapshot` block query
14+
(breaking)
15+
[PR 521](https://github.com/IntersectMBO/cardano-api/pull/521)
16+
17+
- Add certificates support in `createCompatibleSignedTx`.
18+
(feature, breaking)
19+
[PR 691](https://github.com/IntersectMBO/cardano-api/pull/691)
20+
21+
- Integrate `typed-protocols`, `ouroboros-network`, `cardano-ledger` and `ouroboros-consensus`
22+
(breaking, feature)
23+
[PR 687](https://github.com/IntersectMBO/cardano-api/pull/687)
24+
25+
- Export genTxOutByron
26+
(compatible)
27+
[PR 703](https://github.com/IntersectMBO/cardano-api/pull/703)
28+
329
## 10.5.0.0
430

531
- Don't export the ledger's `coerceKeyRole` function anymore, export RewardAccount

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

0 commit comments

Comments
 (0)