Skip to content

Commit d65e5ab

Browse files
authored
Merge pull request #4946 from IntersectMBO/aniketd/post-release-10-3
Post-release bump versions in changelogs and cabal-files
2 parents a9cfed8 + eaac711 commit d65e5ab

File tree

32 files changed

+106
-23
lines changed

32 files changed

+106
-23
lines changed

eras/allegra/impl/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version history for `cardano-ledger-allegra`
22

3+
## 1.7.0.1
4+
5+
*
6+
37
## 1.7.0.0
48

59
* Add `DecCBOR` instances for:

eras/allegra/impl/cardano-ledger-allegra.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-ledger-allegra
3-
version: 1.7.0.0
3+
version: 1.7.0.1
44
license: Apache-2.0
55
maintainer: operations@iohk.io
66
author: IOHK
@@ -70,7 +70,7 @@ library
7070
base >=4.14 && <5,
7171
bytestring,
7272
cardano-ledger-binary >=1.4,
73-
cardano-ledger-core >=1.17 && <1.18,
73+
cardano-ledger-core >=1.17,
7474
cardano-ledger-shelley ^>=1.16,
7575
cardano-slotting,
7676
cardano-strict-containers,

eras/alonzo/impl/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version history for `cardano-ledger-alonzo`
22

3+
## 1.13.0.1
4+
5+
*
6+
37
## 1.13.0.0
48

59
* Add `DecCBOR` instances for:

eras/alonzo/impl/cardano-ledger-alonzo.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-ledger-alonzo
3-
version: 1.13.0.0
3+
version: 1.13.0.1
44
license: Apache-2.0
55
maintainer: operations@iohk.io
66
author: IOHK
@@ -84,7 +84,7 @@ library
8484
cardano-data ^>=1.2.1,
8585
cardano-ledger-allegra ^>=1.7,
8686
cardano-ledger-binary ^>=1.6,
87-
cardano-ledger-core ^>=1.17,
87+
cardano-ledger-core ^>=1.18,
8888
cardano-ledger-mary ^>=1.8,
8989
cardano-ledger-shelley ^>=1.16,
9090
cardano-slotting,

eras/alonzo/test-suite/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version history for `cardano-ledger-alonzo-test`
22

3+
## 1.3.1.1
4+
5+
*
6+
37
## 1.3.1.0
48

59
* Account for removal of crypto parametrization

eras/babbage/impl/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version history for `cardano-ledger-babbage`
22

3+
## 1.11.0.1
4+
5+
*
6+
37
## 1.11.0.0
48

59
* Add `DecCBOR` instance for `BabbageTxBody`

eras/babbage/impl/cardano-ledger-babbage.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-ledger-babbage
3-
version: 1.11.0.0
3+
version: 1.11.0.1
44
license: Apache-2.0
55
maintainer: operations@iohk.io
66
author: IOHK
@@ -81,7 +81,7 @@ library
8181
cardano-ledger-allegra ^>=1.7,
8282
cardano-ledger-alonzo >=1.13,
8383
cardano-ledger-binary >=1.4,
84-
cardano-ledger-core >=1.17 && <1.18,
84+
cardano-ledger-core >=1.17,
8585
cardano-ledger-mary ^>=1.8,
8686
cardano-ledger-shelley ^>=1.16,
8787
cardano-strict-containers,

eras/babbage/test-suite/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version history for `cardano-ledger-babbage-test`
22

3+
## 1.3.1.1
4+
5+
*
6+
37
## 1.3.1.0
48

59
* Account for removal of crypto parametrization

eras/byron/crypto/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for `cardano-crypto-wrapper`
22

3+
## 1.6.0.1
4+
5+
*
6+
37
## 1.6.0.0
48

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

eras/byron/crypto/test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for `cardano-crypto-test`
22

3+
## 1.6.0.1
4+
5+
*
6+
37
## 1.6.0.0
48

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

0 commit comments

Comments
 (0)