Skip to content

Commit 73d86fc

Browse files
committed
Version 11.0.3
1 parent 0c63ec0 commit 73d86fc

File tree

12 files changed

+25
-8
lines changed

12 files changed

+25
-8
lines changed

cardano-db-sync-extended/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-db-sync-extended
22

3+
## 11.0.3
4+
* Use same dependencies as 1.30.1 of `cardano-node`.
5+
* Fix race condition on insertion of pool offline data or error response (#806, #823, #831).
6+
37
## 11.0.2
48
* Fix schema documentation typo (#799).
59
* Fix race condition on insertion of pool offline data or error response (#806, #823).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.4
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync-extended
6-
version: 11.0.2
6+
version: 11.0.3
77
synopsis: The Extended Cardano DB Sync node
88
description: A Cardano node that follows the Cardano chain and inserts data from the
99
chain into a PostgresQL database. It is "extended" because it maintains an

cardano-db-sync/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-db-sync
22

3+
## 11.0.3
4+
* Use same dependencies as 1.30.1 of `cardano-node`.
5+
* Fix race condition on insertion of pool offline data or error response (#806, #823, #831).
6+
37
## 11.0.2
48
* Fix schema documentation typo (#799).
59
* Fix race condition on insertion of pool offline data or error response (#806, #823).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.4
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync
6-
version: 11.0.2
6+
version: 11.0.3
77
synopsis: The Cardano DB Sync node
88
description: A Cardano node that follows the Cardano chain and inserts data from the
99
chain into a PostgresQL database.

cardano-db-tool/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Revision history for cardano-db-tool
22

3+
## 11.0.3
4+
* Use same dependencies as 1.30.1 of `cardano-node`.
5+
36
## 11.0.2
47
* Fix schema documentation typo (#799).
58

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.2
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-tool
6-
version: 11.0.2
6+
version: 11.0.3
77
synopsis: Utilities to manage the cardano-db-sync databases.
88
description: Utilities and executable, used to manage and validate the
99
PostgreSQL db and the ledger database of the cardano-db-sync node

cardano-db/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Revision history for cardano-db
22

3+
## 11.0.3
4+
* Use same dependencies as 1.30.1 of `cardano-node`.
5+
36
## 11.0.2
47
* Fix schema documentation typo (#799).
58

cardano-db/cardano-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.2
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db
6-
version: 11.0.2
6+
version: 11.0.3
77
synopsis: A base PostgreSQL component for the cardano-db-sync node.
88
description: Code for the Cardano DB Sync node that is shared between the
99
cardano-db-node and other components.

cardano-sync/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Revision history for cardano-sync
22

3+
## 11.0.3
4+
* Use same dependencies as 1.30.1 of `cardano-node`.
5+
36
## 11.0.2
47
* Fix schema documentation typo (#799).
58
* Fix race condition on insertion of pool offline data or error response (#806, #823).

cardano-sync/cardano-sync.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.2
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-sync
6-
version: 11.0.2
6+
version: 11.0.3
77
synopsis: The Cardano Sync node
88
description: A Cardano node that follows the Cardano chain and inserts data from the
99
chain into a PostgresQL database.

0 commit comments

Comments
 (0)