Skip to content

Commit

Permalink
Merge pull request #676 from IntersectMBO/release/cardano-api-10.2.0.0
Browse files Browse the repository at this point in the history
Release cardano-api-10.2.0.0
  • Loading branch information
smelc authored Nov 12, 2024
2 parents 511472f + 49848ca commit cac8f7d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog for cardano-api

## 10.2.0.0

- ValueParser: rename publicly exposed function names to indicate they are parsers

To adapt: prefix old function name by `parse` and everything should compile again.
(breaking)
[PR 674](https://github.com/IntersectMBO/cardano-api/pull/674)

- Parameterize Value parser on role of the Value being parsed: transaction output or minting policy
(breaking)
[PR 666](https://github.com/IntersectMBO/cardano-api/pull/666)

- Add function to extract anchor data from a certificate
(feature)
[PR 664](https://github.com/IntersectMBO/cardano-api/pull/664)

- Export the Committee record from the ledger, for use in the CLI
(compatible)
[PR 669](https://github.com/IntersectMBO/cardano-api/pull/669)

- Exposed functions and types from `ouroboros-*` required by `cardano-cli`.
(compatible)
[PR 667](https://github.com/IntersectMBO/cardano-api/pull/667)

- Rename `TxOutDatumInTx` datum to `TxOutSupplementalDatum`
(breaking)
[PR 662](https://github.com/IntersectMBO/cardano-api/pull/662)

- Exposed `GovAction` and `Constitution` types and constructors required by hash check in `transaction build` in `cardano-cli`
(feature)
[PR 661](https://github.com/IntersectMBO/cardano-api/pull/661)

## 10.1.0.0

- Use correct stake deregistration certs in Conway
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.1.0.0
version: 10.2.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down

0 comments on commit cac8f7d

Please sign in to comment.