Skip to content

Commit bc2c435

Browse files
committed
Bump versions to 3.0.0 and update changelogs
1 parent 281c532 commit bc2c435

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

cardano-db-sync-extended/CHANGELOG.md

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

3+
## 3.0.0 -- July 2020
4+
5+
* Note that this release requires the database to be dropped and recreated.
6+
It requires cardano-node 1.16 or later.
7+
* Fix to support very large values of per-epoch aggregate tc outputs (#201)
8+
39
## 2.1.0 -- July 2020
410

511
* Note that this release requires the database to be dropped and recreated

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: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync-extended
6-
version: 2.1.0
6+
version: 3.0.0
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for cardano-db-sync node
22

3+
## 3.0.0 -- July 2020
4+
5+
* Note that this release requires the database to be dropped and recreated.
6+
It requires cardano-node 1.16 or later.
7+
* Add support for the cardano-node in Cardano mode (#186, #188, #196)
8+
39
## 2.1.0 -- July 2020
410

511
* Note that this release requires the database to be dropped and recreated

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: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync
6-
version: 2.1.0
6+
version: 3.0.0
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/CHANGELOG.md

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

3+
## 3.0.0 -- July 2020
4+
5+
* Note that this release requires the database to be dropped and recreated
6+
* Further Shelley schema additions and changes (#173, #174, #199)
7+
* Fix to support very large values of per-epoch aggregate tc outputs (#201)
8+
* Support Word64 column types properly (#203)
9+
310
## 2.1.0 -- July 2020
411

512
* Note that this release requires the database to be dropped and recreated
6-
* The database schema has been accepted to accept the superset of Byron and Shelley
7-
era information
13+
* The database schema has been adjusted to accept the superset of Byron and
14+
Shelley era information
815
* Shelley is still not fully supported
916
* Remove last hard coded values for slots per epoch
1017

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: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db
6-
version: 2.1.0
6+
version: 3.0.0
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.

0 commit comments

Comments
 (0)