Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release cardano-api-10.1.0.0 #659

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog for cardano-api

## 10.1.0.0

- Use correct stake deregistration certs in Conway
Require 400,000 deposit when registering keys in `defaultShelleyGenesis`.
(bugfix)
[PR 657](https://github.com/IntersectMBO/cardano-api/pull/657)

- Expose transitive dependencies from `cardano-ledger` needed by `cardano-cli`
Breaking change: `Cardano.Api.Ledger` no longer exports Byron's `Tx` but it is now exported in `Cardano.Api.Byron`
(breaking)
[PR 656](https://github.com/IntersectMBO/cardano-api/pull/656)

- Fix datum conversion in 'fromLedgerTxOuts' when using 'fromAlonzoTxOut'
(bugfix)
[PR 620](https://github.com/IntersectMBO/cardano-api/pull/620)

## 10.0.0.0

- Bump ouroboros-consensus to 0.21, ouroboros-consensus-cardano to 0.20, ouroboros-consensus-protocol to 0.9.0.2, ouroboros-consensus-diffusion to 0.18, ouroboros-network-api to 0.10, plutus-ledger-api to 1.36, plutus-core to 1.36, and cardano-ledger-binary to 1.3.
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.0.0.0
version: 10.1.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down
Loading