Skip to content

Commit

Permalink
Merge pull request #686 from IntersectMBO/release/cardano-api-10.3.0.0
Browse files Browse the repository at this point in the history
Release cardano-api-10.3.0.0
  • Loading branch information
smelc authored Nov 21, 2024
2 parents 9af6866 + e6912ab commit 4dde2e6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog for cardano-api

## 10.3.0.0

- Add `sbeToSimpleScriptLanguageInEra`, `getScriptWitnessScript`, `getScriptWitnessReferenceInput`, `getScriptWitnessReferenceInputOrScript` function
Refactor `TxMintValue` to better represent minting state
Propagate `IsPlutusLanguage` constraint to `ScriptLanguage lang`, `AnyPlutusScriptVersion`, `Script lang` and `ScriptWitness witctx era` types.
Remove `Maybe ScriptHash` from `PReferenceScript` and `SReferenceScript`.
(breaking, refactoring)
[PR 663](https://github.com/IntersectMBO/cardano-api/pull/663)

- Improve plutus script failure error
(feature)
[PR 683](https://github.com/IntersectMBO/cardano-api/pull/683)

- Remove experimental code exposure in `Cardano.Api` non-experimental modules
(breaking)
[PR 681](https://github.com/IntersectMBO/cardano-api/pull/681)

- Deprecate eons conversion functions like `conwayEraOnwardsToBabbageEraOnwards`. Add [`Inject`](https://cardano-ledger.cardano.intersectmbo.org/cardano-ledger-core/Cardano-Ledger-BaseTypes.html#t:Inject) instances for eon conversions. See the PR description for migration aid.
(compatible, refactoring)
[PR 636](https://github.com/IntersectMBO/cardano-api/pull/636)

## 10.2.0.0

- ValueParser: rename publicly exposed function names to indicate they are parsers
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-api
version: 10.2.0.0
version: 10.3.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down

0 comments on commit 4dde2e6

Please sign in to comment.