Skip to content

Commit

Permalink
Update cabal version numbers and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jan 29, 2025
1 parent 0a922e0 commit 51780d9
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 7 deletions.
4 changes: 4 additions & 0 deletions eras/byron/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for `cardano-crypto-wrapper`

## 1.6.0.0

* Switch from cryptonite library (deprecated) to crypton (a drop in replacement)

## 1.5.1.4

*
Expand Down
2 changes: 1 addition & 1 deletion eras/byron/crypto/cardano-crypto-wrapper.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-crypto-wrapper
version: 1.5.1.3
version: 1.6.0.0
license: Apache-2.0
maintainer: [email protected]
author: IOHK
Expand Down
4 changes: 4 additions & 0 deletions eras/byron/crypto/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for `cardano-crypto-test`

## 1.6.0.0

* Switch from cryptonite library (deprecated) to crypton (a drop in replacement)

## 1.5.0.3

*
Expand Down
4 changes: 2 additions & 2 deletions eras/byron/crypto/test/cardano-crypto-test.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-crypto-test
version: 1.5.0.2
version: 1.6.0.0
license: Apache-2.0
maintainer: [email protected]
author: IOHK
Expand Down Expand Up @@ -59,7 +59,7 @@ library
base >=4.14 && <5,
bytestring,
cardano-crypto,
cardano-crypto-wrapper ^>=1.5,
cardano-crypto-wrapper ^>=1.6,
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.3.1,
cardano-prelude,
cardano-prelude-test,
Expand Down
4 changes: 4 additions & 0 deletions eras/byron/ledger/executable-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history for `byron-spec-ledger`

## 1.1.0.0

* Switch from cryptonite library (deprecated) to crypton (a drop in replacement)

## 1.0.1.1

*
Expand Down
2 changes: 1 addition & 1 deletion eras/byron/ledger/executable-spec/byron-spec-ledger.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: byron-spec-ledger
version: 1.0.1.0
version: 1.1.0.0
license: Apache-2.0
maintainer: [email protected]
author: IOHK
Expand Down
4 changes: 4 additions & 0 deletions eras/byron/ledger/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for `cardano-ledger-byron`

## 1.1.0.0

* Switch from cryptonite library (deprecated) to crypton (a drop in replacement)

## 1.0.2.1

*
Expand Down
2 changes: 1 addition & 1 deletion eras/byron/ledger/impl/cardano-ledger-byron.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-byron
version: 1.0.2.0
version: 1.1.0.0
license: Apache-2.0
maintainer: [email protected]
author: IOHK
Expand Down
4 changes: 4 additions & 0 deletions eras/byron/ledger/impl/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history for `cardano-ledger-byron-test`

## 1.6.0.0

* Depend on libraries that use crypton instead of cryptonite

## 1.5.2.1

*
Expand Down
4 changes: 2 additions & 2 deletions eras/byron/ledger/impl/test/cardano-ledger-byron-test.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ledger-byron-test
version: 1.5.2.0
version: 1.5.2.1
license: Apache-2.0
maintainer: [email protected]
author: IOHK
Expand Down Expand Up @@ -193,7 +193,7 @@ library
cardano-crypto-test,
cardano-crypto-wrapper,
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.0,
cardano-ledger-byron ^>=1.0,
cardano-ledger-byron ^>=1.1,
cardano-prelude >=0.2.0.0,
cardano-prelude-test,
containers,
Expand Down

0 comments on commit 51780d9

Please sign in to comment.