Skip to content

Commit

Permalink
Release cardano-api 8.8.1.0, cardano-api-gen 8.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jul 13, 2023
1 parent d7ef2c8 commit f7af438
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cardano-api-gen/cardano-api-gen.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-api-gen
version: 8.1.0.2
version: 8.1.1.0
synopsis: Generators for the cardano api
description: Generators for the cardano api.
category: Cardano,
Expand Down
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.8.1.0

- Make it build with ghc-9.6
(feature; no-api-changes)
[PR 104](https://github.com/input-output-hk/cardano-api/pull/104)

- Fix Show and Eq instances for Proposal type
(bugfix; no-api-changes)
[PR 115](https://github.com/input-output-hk/cardano-api/pull/115)

- Export `withShelleyBasedEraConstraintsForLedger`
Use the ^>= version range operator for ledger and consensus libraries to avoid breaking changes affecting builds.
(feature; compatible)
[PR 108](https://github.com/input-output-hk/cardano-api/pull/108)

## 8.8.0.0

- Add CastVerificationKeyRole StakePoolKey StakeKey instance
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.8.0.0
version: 8.8.1.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit f7af438

Please sign in to comment.