Skip to content

Commit

Permalink
Release cardano-api-10.6.0.0 cardano-api-gen-10.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jan 14, 2025
1 parent bbe5077 commit 8807828
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cardano-api-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for cardano-api-gen

## 10.1.0.0

- Export genTxOutByron
(compatible)
[PR 703](https://github.com/IntersectMBO/cardano-api/pull/703)

## 9.0.0.0

- Deprecate `valueFromList` and valueToList. Add `IsList Value` instance.
Expand Down
2 changes: 1 addition & 1 deletion cardano-api-gen/cardano-api-gen.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-api-gen
version: 10.0.0.0
version: 10.1.0.0
synopsis: Generators for the cardano api
description: Generators for the cardano api.
category:
Expand Down
22 changes: 22 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog for cardano-api

## 10.6.0.0

- 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.
(feature, compatible, test)
[PR 713](https://github.com/IntersectMBO/cardano-api/pull/713)

- Added `GetBigLedgerPeerSnapshot` block query
(breaking)
[PR 521](https://github.com/IntersectMBO/cardano-api/pull/521)

- Add certificates support in `createCompatibleSignedTx`.
(feature, breaking)
[PR 691](https://github.com/IntersectMBO/cardano-api/pull/691)

- Integrate `typed-protocols`, `ouroboros-network`, `cardano-ledger` and `ouroboros-consensus`
(breaking, feature)
[PR 687](https://github.com/IntersectMBO/cardano-api/pull/687)

- Export genTxOutByron
(compatible)
[PR 703](https://github.com/IntersectMBO/cardano-api/pull/703)

## 10.5.0.0

- Don't export the ledger's `coerceKeyRole` function anymore, export RewardAccount
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-api
version: 10.5.0.0
version: 10.6.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down

0 comments on commit 8807828

Please sign in to comment.