diff --git a/TODO.txt b/TODO.txt index 451a318..d9af306 100644 --- a/TODO.txt +++ b/TODO.txt @@ -165,10 +165,10 @@ instead of plain transactions. == Fixed Format == Current status:: - CVS, intended for 2.3.1 + Released in pgloader 2.3.1 Support fixed format: no separator, known length (in bytes) per -column. +column. See +examples/fixed+. == Facilities == diff --git a/debian/changelog b/debian/changelog index 80dcea1..136550e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ pgloader (2.3.1-1) unstable; urgency=low + * FIX: Add database opening into critical path (BoundedSemaphore) * FIX: close database connection as soon as possible * Add support for fixed format diff --git a/pgloader/options.py b/pgloader/options.py index 524f24b..b2c4193 100644 --- a/pgloader/options.py +++ b/pgloader/options.py @@ -2,7 +2,7 @@ # # Some common options, for each module to get them -PGLOADER_VERSION = '2.3.0' +PGLOADER_VERSION = '2.3.1' PSYCOPG_VERSION = None