Skip to content

Commit

Permalink
Merge pull request #135 from input-output-hk/newhoggy/new-version-car…
Browse files Browse the repository at this point in the history
…dano-api-8.10.0.0

New version `cardano-api-8.10.0.0`
  • Loading branch information
newhoggy committed Jul 25, 2023
2 parents 2b6d95c + e1244a4 commit 0e3edca
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

## 8.10.0.0

- Improved feature ergonomics
New:
- `Featured`
- `asFeaturedInEra`
- `asFeaturedInShelleyBasedEra`
- `genFeaturedInEra`
- `genMaybeFeaturedInEra`
- `conwayEraOnwardsToCardanoEra`
- `conwayEraOnwardsToCardanoEra`
- `conwayEraOnwardsToShelleyBasedEra`
- `shelleyToBabbageEraConstraints`
- `shelleyToBabbageEraToCardanoEra`
- `shelleyToBabbageEraToShelleyBasedEra`
Deprecated:
- `FeatureValue` Use `Maybe Featured` instead
- `isFeatureValue`
- `valueOrDefault`
- `asFeatureValue`
- `asFeatureValueInShelleyBasedEra`
(feature; breaking)
[PR 128](https://github.com/input-output-hk/cardano-api/pull/128)

- Expose `toShelleyPoolParams` for Conway integration
(feature; compatible)
[PR 134](https://github.com/input-output-hk/cardano-api/pull/134)

- `FeatureInEra` instance for `ShelleyBasedEra`
(feature; compatible)
[PR 131](https://github.com/input-output-hk/cardano-api/pull/131)

## 8.9.0.0

- Expose more functionality from cardano-api
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.9.0.0
version: 8.10.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit 0e3edca

Please sign in to comment.