From 880782831bd97944f68e57ab09d7b6681da9cbff Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Tue, 14 Jan 2025 17:12:41 +0100 Subject: [PATCH] Release cardano-api-10.6.0.0 cardano-api-gen-10.1.0.0 --- cardano-api-gen/CHANGELOG.md | 6 ++++++ cardano-api-gen/cardano-api-gen.cabal | 2 +- cardano-api/CHANGELOG.md | 22 ++++++++++++++++++++++ cardano-api/cardano-api.cabal | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/cardano-api-gen/CHANGELOG.md b/cardano-api-gen/CHANGELOG.md index e265a4c0f4..124f7ea2ff 100644 --- a/cardano-api-gen/CHANGELOG.md +++ b/cardano-api-gen/CHANGELOG.md @@ -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. diff --git a/cardano-api-gen/cardano-api-gen.cabal b/cardano-api-gen/cardano-api-gen.cabal index 9720e11f4e..f9c106e961 100644 --- a/cardano-api-gen/cardano-api-gen.cabal +++ b/cardano-api-gen/cardano-api-gen.cabal @@ -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: diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 923d043592..135f55cd36 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -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 diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 96b7efac77..a302ea4017 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -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: