Skip to content

Commit

Permalink
Bump versions and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketd committed Oct 18, 2024
1 parent e8ec767 commit 44395aa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions eras/conway/impl/cardano-ledger-conway.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ library
data-default-class,
cardano-crypto-class,
cardano-data >=1.2.3,
cardano-ledger-binary ^>=1.4,
cardano-ledger-binary ^>=1.4.1,
cardano-ledger-allegra ^>=1.6,
cardano-ledger-alonzo ^>=1.11,
cardano-ledger-babbage ^>=1.10,
cardano-ledger-core ^>=1.15,
cardano-ledger-core ^>=1.15.1,
cardano-ledger-mary ^>=1.7,
cardano-ledger-shelley ^>=1.14,
cardano-slotting,
Expand Down Expand Up @@ -187,7 +187,7 @@ executable huddle-cddl
build-depends:
base,
testlib,
cardano-ledger-binary:testlib >=1.4
cardano-ledger-binary:testlib >=1.4.1

executable gen-golden
main-is: GenerateGoldenFileMain.hs
Expand Down
6 changes: 4 additions & 2 deletions libs/cardano-ledger-binary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Version history for `cardano-ledger-binary`

## 1.4.0.1
## 1.4.1.0

*
* Extend `Coders` to accommodate `{Enc|Dec}CBORGroup`. #4666
* Add `ToGroup` to `Encode`
* Add `FromGroup` to `Decode`

## 1.4.0.0

Expand Down
2 changes: 1 addition & 1 deletion libs/cardano-ledger-binary/cardano-ledger-binary.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-binary
version: 1.4.0.0
version: 1.4.1.0
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down
5 changes: 3 additions & 2 deletions libs/cardano-ledger-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Version history for `cardano-ledger-core`

## 1.15.0.1
## 1.15.1.0

*
* Add `{Enc|Dec}CBORGroup` instances for `Mismatch`. #4666
* Add `swapMismatch` to swap `Mismatch` values to preserve serialisation when necessary.

## 1.15.0.0

Expand Down
6 changes: 3 additions & 3 deletions 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.15.0.0
version: 1.15.1.0
license: Apache-2.0
maintainer: operations@iohk.io
author: IOHK
Expand Down Expand Up @@ -95,7 +95,7 @@ library
base-deriving-via,
binary,
bytestring,
cardano-ledger-binary ^>=1.4,
cardano-ledger-binary ^>=1.4.1,
cardano-crypto,
cardano-crypto-class,
cardano-crypto-praos,
Expand Down Expand Up @@ -180,7 +180,7 @@ library testlib
cardano-crypto-test,
cardano-crypto-wrapper,
cardano-ledger-core,
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.4,
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.4.1,
cardano-ledger-byron,
cardano-ledger-byron-test,
containers,
Expand Down

0 comments on commit 44395aa

Please sign in to comment.