Skip to content

Commit

Permalink
New version cardano-api-8.33.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Nov 17, 2023
1 parent bd77409 commit 73c7187
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog for cardano-api

## 8.33.0.0

- `Error` instance for `FileError` instead of `Pretty`
Make `prettyToText` return strict `Text` and add `prettyToLazyText`
Export `Doc`
(feature, breaking)
[PR 375](https://github.com/input-output-hk/cardano-api/pull/375)

- Use `Pretty` for rendering errors instead of `Show`
(breaking, improvement)
[PR 370](https://github.com/input-output-hk/cardano-api/pull/370)

- Integrate ledger relocation of Plutus modules.
Eliminate `Ledger.Coin` wrapper in `MaryValue` uses.
Update consensus dependencies.
Use `Ledger.THKD` on `ConwayPParams`.
(breaking)
[PR 359](https://github.com/input-output-hk/cardano-api/pull/359)

## 8.32.0.0

- Export `AllegraEraOnwards`
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.32.0.0
version: 8.33.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit 73c7187

Please sign in to comment.