Skip to content

Commit

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

New version `cardano-api-8.36.0.0`
  • Loading branch information
newhoggy authored Dec 4, 2023
2 parents 7e90e50 + bbf1763 commit bcac690
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog for cardano-api

## 8.36.0.0

- New `ToJSON` instance for `TxValidationErrorInCardanoMode`
(feature)
[PR 393](https://github.com/input-output-hk/cardano-api/pull/393)

- Remove `ByronTx` data constructor from `data Tx era`
Delete Cardano.Api.Eon.ByronEraOnly module
Remove `TxFeeImplicit` and `TxValidityNoUpperBound`
(breaking)
[PR 382](https://github.com/input-output-hk/cardano-api/pull/382)

## 8.35.0.0

- Remove `renderEra` Use `docToText . pretty` instead. Rename `prettyTo*` functions to `docTo*`.
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.35.0.0
version: 8.36.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit bcac690

Please sign in to comment.