Skip to content

Commit

Permalink
Fix versions and changelog entries incorrectly added in #4528
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins authored and Soupstraw committed Aug 27, 2024
1 parent f5f6ae8 commit d8bb3c3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
9 changes: 4 additions & 5 deletions eras/conway/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Version history for `cardano-ledger-conway`

## 1.16.1.1

*

## 1.16.1.0
## 1.16.2.0

* Added `unRatifySignal`
* Added lenses:
Expand All @@ -15,6 +11,9 @@
* `reDRepStateL`
* `reCurrentEpochL`
* `reCommitteeStateL`

## 1.16.1.0

* Replace GOVCERT `updateDRepExpiry` with `computeDRepExpiry`
* Added `Eq`, `Show`, `NFData` and `Generic` instances for `CertsEnv`
* Add `delegateToDRep` and `redelegateDRep`
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
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-conway
version: 1.16.1.0
version: 1.16.2.0
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down
9 changes: 4 additions & 5 deletions eras/shelley/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Version history for `cardano-ledger-shelley`

## 1.13.0.1

*

## 1.13.0.0
## 1.13.1.0

* Added `EncCBOR` instances for:
* `UtxoEnv`
* `CertEnv`

## 1.13.0.0

* Add `translateToShelleyLedgerStateFromUtxo`
* Added `wireSizeShelleyTxF`

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
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-shelley
version: 1.13.0.0
version: 1.13.1.0
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down
4 changes: 2 additions & 2 deletions libs/cardano-ledger-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Version history for `cardano-ledger-api`

## 1.9.3.1
## 1.9.4.0

*
* Add new module `Test.Cardano.Ledger.Api.DebugTools` with `readCBOR`, `writeCBOR`, `readEraCBOR` and `writeEraCBOR`

## 1.9.3.0

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

0 comments on commit d8bb3c3

Please sign in to comment.