Skip to content

Commit d37195c

Browse files
authored
Merge pull request #830 from IntersectMBO/release/cardano-api-10.15.0.0
Release cardano-api-10.15.0.0
2 parents 2c45102 + 333e470 commit d37195c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

cardano-api/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog for cardano-api
22

3+
## 10.15.0.0
4+
5+
- Removed Babbage era from `Experimental` API together with `babbageEraOnwardsToEra` function.
6+
(breaking)
7+
[PR 828](https://github.com/IntersectMBO/cardano-api/pull/828)
8+
9+
- Improved autobalancing errors when change has no lovelace
10+
`checkMinUTxOValue` has its arguments flipped.
11+
(breaking, refactoring)
12+
[PR 816](https://github.com/IntersectMBO/cardano-api/pull/816)
13+
14+
- Added support for stake pool extended keys
15+
(feature)
16+
[PR 781](https://github.com/IntersectMBO/cardano-api/pull/781)
17+
18+
- Exposed `substituteExecutionUnits` & `handleExUnitsErrors` from `Cardano.Api.Internal.Fees` module
19+
(compatible)
20+
[PR 820](https://github.com/IntersectMBO/cardano-api/pull/820)
21+
22+
- Fixed CBOR codecs for Proposal
23+
(compatible, maintenance)
24+
[PR 823](https://github.com/IntersectMBO/cardano-api/pull/823)
25+
326
## 10.14.1.0
427

528
- Update consensus to 0.26

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: cardano-api
3-
version: 10.14.1.0
3+
version: 10.15.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)