Skip to content

Commit

Permalink
Merge pull request #659 from IntersectMBO/release/cardano-api-10.1.0.0
Browse files Browse the repository at this point in the history
Release cardano-api-10.1.0.0
  • Loading branch information
carbolymer authored Oct 21, 2024
2 parents c887fa0 + 7e594a4 commit 8761e8c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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

0 comments on commit 8761e8c

Please sign in to comment.