Skip to content

Commit

Permalink
Update version of cardano-ledger-binary
Browse files Browse the repository at this point in the history
- Bump c-l-b to 1.3.4.0
- Add changelog entries
- Add lower bound in cardano-ledger-binary to reflect the use of
writeSpec
  • Loading branch information
nc6 committed Jul 31, 2024
1 parent c140ece commit 86f7eef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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 @@ -177,8 +177,8 @@ executable huddle-cddl
build-depends:
base,
testlib,
cardano-ledger-binary:testlib

cardano-ledger-binary:testlib >=1.3.4.0
test-suite tests
type: exitcode-stdio-1.0
main-is: Main.hs
Expand Down
7 changes: 6 additions & 1 deletion libs/cardano-ledger-binary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Version history for `cardano-ledger-binary`

## 1.3.4.0

* Add `writeSpec` funtion to Test.Cardano.Ledger.Binary.Cuddle

## 1.3.3.1

*
* Add the module Test.Cardano.Ledger.Binary.Cuddle with the
functions `huddleRoundTripCborSpec` and `huddleRoundTripAnnCborSpec`.

## 1.3.3.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.3.3.1
version: 1.3.4.0
license: Apache-2.0
maintainer: [email protected]
author: IOHK
Expand Down

0 comments on commit 86f7eef

Please sign in to comment.