Skip to content

Commit

Permalink
Merge pull request #331 from input-output-hk/newhoggy/cardano-api-8.2…
Browse files Browse the repository at this point in the history
…8.0.0

New version `cardano-api-8.28.0.0`
  • Loading branch information
newhoggy authored Oct 19, 2023
2 parents 4ab5f61 + 102d35b commit 8295c20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog for cardano-api

## 8.28.0.0

- Delete `AlonzoEraOnly`.
Export `caseMaryEraOnlyOrAlonzoEraOnwards`
(feature, breaking)
[PR 330](https://github.com/input-output-hk/cardano-api/pull/330)

- New `shelleyToAlonzoEraToShelleyToBabbageEra` function
(feature, compatible)
[PR 329](https://github.com/input-output-hk/cardano-api/pull/329)

- Delete unnecessary calls to `shelleyBasedEraConstraints`
(improvement)
[PR 325](https://github.com/input-output-hk/cardano-api/pull/325)

## 8.27.0.0

- Remove `IsShelleyBasedEra` and `IsCardanoEra` from all functions and types.
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-api
version: 8.27.0.0
version: 8.28.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit 8295c20

Please sign in to comment.