Release 0.23.2

This commit is contained in:
Javier Torres 2018-07-20 14:15:05 +02:00
parent c8a1119556
commit 51a669f93c
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.23.1 EXTVERSION = 0.23.2
SED = sed SED = sed
AWK = awk AWK = awk
@ -90,6 +90,7 @@ UPGRADABLE = \
0.22.2 \ 0.22.2 \
0.23.0 \ 0.23.0 \
0.23.1 \ 0.23.1 \
0.23.2 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@ -1,3 +1,6 @@
0.23.2 (2018-07-19)
* Fix `CDB_QueryTablesText` with parenthesized queries (#335)
0.23.1 (2018-07-19) 0.23.1 (2018-07-19)
* Fix `CDB_EstimateRowCount` parallelizability #333 * Fix `CDB_EstimateRowCount` parallelizability #333