Skip to content

Commit 5f6520a

Browse files
committed
Release cardano-api-10.19.0.0 cardano-api-gen-10.2.0.0
1 parent 73427d0 commit 5f6520a

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

cardano-api-gen/CHANGELOG.md

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

3+
## 10.2.0.0
4+
5+
- Upgrade ledger: cardano-protocol-tpraos-1.4.1.0, cardano-ledger-shelley-test-1.7.0.0, cardano-ledger-shelley-1.17.0.0, cardano-ledger-mary-1.9.0.0, cardano-ledger-dijkstra-0.1.0.0, cardano-ledger-core-1.18.0.0, cardano-ledger-conway-1.20.0.0, cardano-ledger-byron-1.2.0.0, cardano-ledger-binary-1.7.0.0, cardano-ledger-babbage-1.12.0.0, cardano-ledger-api-1.12.0.0, cardano-ledger-alonzo-1.14.0.0, cardano-data-1.2.4.1, cardano-crypto-wrapper-1.6.1.0
6+
Upgrade consensus: ouroboros-consensus-protocol-0.13.0.0, ouroboros-consensus-diffusion-0.24.0.0, ouroboros-consensus-0.28.0.0, ouroboros-consensus-cardano-0.26.0.0
7+
Upgrade network: ouroboros-network-protocols-0.12.0.0, ouroboros-network-framework-0.14.0.0, ouroboros-network-api-0.11.0.0, ouroboros-network-0.18.0.0
8+
Upgrade plutus-core-1.53, plutus-ledger-api-1.53
9+
(feature, breaking)
10+
[PR 954](https://github.com/IntersectMBO/cardano-api/pull/954)
11+
12+
- Remove `Arbitrary ByteString` instance
13+
(compatible)
14+
[PR 959](https://github.com/IntersectMBO/cardano-api/pull/959)
15+
316
## 10.1.0.0
417

518
- Export genTxOutByron

cardano-api-gen/cardano-api-gen.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-api-gen
3-
version: 10.1.0.0
3+
version: 10.2.0.0
44
synopsis: Generators for the cardano api
55
description: Generators for the cardano api.
66
category:

cardano-api/CHANGELOG.md

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

3+
## 10.19.0.0
4+
5+
- Upgrade ledger: cardano-protocol-tpraos-1.4.1.0, cardano-ledger-shelley-test-1.7.0.0, cardano-ledger-shelley-1.17.0.0, cardano-ledger-mary-1.9.0.0, cardano-ledger-dijkstra-0.1.0.0, cardano-ledger-core-1.18.0.0, cardano-ledger-conway-1.20.0.0, cardano-ledger-byron-1.2.0.0, cardano-ledger-binary-1.7.0.0, cardano-ledger-babbage-1.12.0.0, cardano-ledger-api-1.12.0.0, cardano-ledger-alonzo-1.14.0.0, cardano-data-1.2.4.1, cardano-crypto-wrapper-1.6.1.0
6+
Upgrade consensus: ouroboros-consensus-protocol-0.13.0.0, ouroboros-consensus-diffusion-0.24.0.0, ouroboros-consensus-0.28.0.0, ouroboros-consensus-cardano-0.26.0.0
7+
Upgrade network: ouroboros-network-protocols-0.12.0.0, ouroboros-network-framework-0.14.0.0, ouroboros-network-api-0.11.0.0, ouroboros-network-0.18.0.0
8+
Upgrade plutus-core-1.53, plutus-ledger-api-1.53
9+
(feature, breaking)
10+
[PR 954](https://github.com/IntersectMBO/cardano-api/pull/954)
11+
12+
- Add `Cardano.Api.Address.shelleyPayAddrToPaymentKeyHash`.
13+
(feature, compatible)
14+
[PR 976](https://github.com/IntersectMBO/cardano-api/pull/976)
15+
16+
317
## 10.18.0.0
418

519
- Add some instance for `data Certificate era`

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.8
22
name: cardano-api
3-
version: 10.18.0.0
3+
version: 10.19.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)