Skip to content

Commit 6e69a80

Browse files
committed
Prepare release 13.1.1.3
1 parent d24d014 commit 6e69a80

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

cardano-chain-gen/cardano-chain-gen.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-chain-gen
4-
version: 13.1.1.2
4+
version: 13.1.1.3
55
synopsis: A fake chain generator for testing cardano DB sync.
66
description: A fake chain generator for testing cardano DB sync.
77
homepage: https://github.com/input-output-hk/cardano-db-sync

cardano-db-sync/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Revision history for cardano-db-sync
22

3-
## 13.1.1.2
4-
* Adds compatibility with node-8.0.0 [#1403]
3+
## 13.1.1.3
4+
* Adds compatibility with node-8.0.0 [#1403] and node-8.1.1 [#1455]
55
* Adds compatibility with the new format of the CostModel in Alonzo genesis file [#1403]
66
* Adds a procedure which fixes scripts with wrong cbor [Issue #1348]
77
* Fixes an issue where the `ada_pots` didn't match exactly the epoch boundary [Issue #1258]

cardano-db-sync/cardano-db-sync.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-db-sync
4-
version: 13.1.1.2
4+
version: 13.1.1.3
55
synopsis: The Cardano DB Sync node
66
description: A Cardano node that follows the Cardano chain and inserts data from the
77
chain into a PostgresQL database.

cardano-db-tool/cardano-db-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-db-tool
4-
version: 13.1.1.2
4+
version: 13.1.1.3
55
synopsis: Utilities to manage the cardano-db-sync databases.
66
description: Utilities and executable, used to manage and validate the
77
PostgreSQL db and the ledger database of the cardano-db-sync node

cardano-db/cardano-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-db
4-
version: 13.1.1.2
4+
version: 13.1.1.3
55
synopsis: A base PostgreSQL component for the cardano-db-sync node.
66
description: Code for the Cardano DB Sync node that is shared between the
77
cardano-db-node and other components.

cardano-db/test/cardano-db-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-db-test
4-
version: 13.1.1.2
4+
version: 13.1.1.3
55
synopsis: Tests for the base functionality of the cardano-db library
66
description: Code for the Cardano DB Sync node that is shared between the
77
cardano-db-node and other components.

cardano-smash-server/cardano-smash-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-smash-server
4-
version: 13.1.1.2
4+
version: 13.1.1.3
55
synopsis: The Cardano smash server
66
description: Please see the README on GitHub at
77
<https://github.com/input-output-hk/cardano-db-sync/cardano-smash-server/#readme>

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
max-file: "10"
5454

5555
cardano-db-sync:
56-
image: inputoutput/cardano-db-sync:13.1.1.2
56+
image: inputoutput/cardano-db-sync:13.1.1.3
5757
environment:
5858
- NETWORK=${NETWORK:-mainnet}
5959
- POSTGRES_HOST=postgres

0 commit comments

Comments
 (0)