Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodile-dentist committed Aug 6, 2024
1 parent f483ebb commit 54ec1d0
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eras/allegra/impl/cardano-ledger-allegra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ library
bytestring,
cardano-crypto-class,
cardano-ledger-binary ^>=1.3,
cardano-ledger-core >=1.13 && <1.15,
cardano-ledger-core >=1.14 && <1.15,
cardano-ledger-shelley ^>=1.12,
cardano-strict-containers,
cardano-slotting,
Expand Down
2 changes: 2 additions & 0 deletions eras/alonzo/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.10.1.0

* Added `wireSizeAlonzoTxF`

### `testlib`

* Export `fixupRedeemerIndices` from `Alonzo.ImpTest`
Expand Down
2 changes: 1 addition & 1 deletion eras/alonzo/impl/cardano-ledger-alonzo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ library
cardano-ledger-allegra ^>=1.5,
cardano-crypto-class,
cardano-ledger-binary ^>=1.3,
cardano-ledger-core >=1.13 && <1.15,
cardano-ledger-core >=1.14 && <1.15,
cardano-ledger-mary ^>=1.6.0,
cardano-ledger-shelley ^>=1.12.3,
cardano-slotting,
Expand Down
2 changes: 1 addition & 1 deletion eras/babbage/impl/cardano-ledger-babbage.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ library
cardano-ledger-allegra ^>=1.5,
cardano-ledger-alonzo >=1.9 && <1.11,
cardano-ledger-binary ^>=1.3,
cardano-ledger-core >=1.13 && <1.15,
cardano-ledger-core >=1.14 && <1.15,
cardano-ledger-mary ^>=1.6,
cardano-ledger-shelley ^>=1.12.1,
cardano-strict-containers,
Expand Down
2 changes: 1 addition & 1 deletion eras/conway/impl/cardano-ledger-conway.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ library
cardano-ledger-allegra ^>=1.5,
cardano-ledger-alonzo ^>=1.10,
cardano-ledger-babbage ^>=1.8,
cardano-ledger-core >=1.13.2 && <1.15,
cardano-ledger-core >=1.14 && <1.15,
cardano-ledger-mary ^>=1.6,
cardano-ledger-shelley ^>=1.12.2,
cardano-slotting,
Expand Down
2 changes: 1 addition & 1 deletion eras/mary/impl/cardano-ledger-mary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ library
cardano-data ^>=1.2,
cardano-ledger-allegra ^>=1.5,
cardano-ledger-binary ^>=1.3,
cardano-ledger-core >=1.13 && <1.15,
cardano-ledger-core >=1.14 && <1.15,
cardano-ledger-shelley ^>=1.12.1,
containers,
deepseq,
Expand Down
2 changes: 2 additions & 0 deletions eras/shelley/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.12.3.0

* Added `wireSizeShelleyTxF`

### `testlib`

* Add `submitFailingTxM`
Expand Down
2 changes: 1 addition & 1 deletion eras/shelley/impl/cardano-ledger-shelley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ library
cardano-data ^>=1.2.2,
cardano-ledger-binary ^>=1.3,
cardano-ledger-byron,
cardano-ledger-core >=1.13 && <1.15,
cardano-ledger-core >=1.14 && <1.15,
cardano-slotting,
vector-map ^>=1.1,
containers,
Expand Down
4 changes: 3 additions & 1 deletion libs/cardano-ledger-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Version history for `cardano-ledger-core`

## 1.14.1.0
## 1.14.0.0

* Add `wireSizeTxF` to `EraTx` class

### `testlib`

Expand Down
2 changes: 1 addition & 1 deletion libs/cardano-ledger-core/cardano-ledger-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-core
version: 1.14.1.0
version: 1.14.0.0
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down

0 comments on commit 54ec1d0

Please sign in to comment.