Skip to content

Commit

Permalink
Add Changelog entries and version bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
nc6 committed Aug 29, 2024
1 parent e94b46d commit 54feb14
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
8 changes: 8 additions & 0 deletions eras/conway/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Version history for `cardano-ledger-conway`

## 1.16.2.1

*

## 1.16.2.0

* Added Test.Cardano.Ledger.Conway.CDDL with CDDL definitions in Conway.

## 1.16.1.0

* Added `unRatifySignal`
* Added lenses:
* `ratifySignalL`
Expand Down
4 changes: 2 additions & 2 deletions eras/conway/impl/cardano-ledger-conway.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ library
cardano-ledger-allegra ^>=1.6,
cardano-ledger-alonzo ^>=1.10,
cardano-ledger-babbage ^>=1.9,
cardano-ledger-core ^>=1.14,
cardano-ledger-core ^>=1.14.1,
cardano-ledger-mary ^>=1.7,
cardano-ledger-shelley >=1.13 && <1.15,
cardano-ledger-shelley >=1.13.1 && <1.15,
cardano-slotting,
cardano-strict-containers,
containers,
Expand Down
8 changes: 8 additions & 0 deletions eras/shelley/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 1.14.0.0

*

## 1.13.1.0

* Added CDDL definitions in Test.Cardano.Ledger.Shelley.CDDL

## 1.13.0.0

* Added `EncCBOR` instances for:
* `UtxoEnv`
* `CertEnv`
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 @@ -104,7 +104,7 @@ library
cardano-data ^>=1.2.2,
cardano-ledger-binary ^>=1.3,
cardano-ledger-byron,
cardano-ledger-core ^>=1.14,
cardano-ledger-core ^>=1.14.1,
cardano-slotting,
vector-map ^>=1.1,
containers,
Expand Down
7 changes: 6 additions & 1 deletion libs/cardano-ledger-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Version history for `cardano-ledger-core`

## 1.14.0.1
## 1.14.1.1

*

## 1.14.1.0

* Add Test.Cardano.Ledger.Core.Binary.CDDL containing core CDDL definitions
shared across eras.

## 1.14.0.0

* Add `EncCBOR` instance for `PoolCert`
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.0.0
version: 1.14.1.0
license: Apache-2.0
maintainer: [email protected]
author: IOHK
Expand Down

0 comments on commit 54feb14

Please sign in to comment.