Use a more suitable version number 0.23.0 & NEWS

Use a better version number (as it adds a new function) and update
NEWS.md accordingly.
This commit is contained in:
Rafa de la Torre 2018-07-03 15:08:34 +02:00
parent 82f90e618c
commit 7437a9686b
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.22.3
EXTVERSION = 0.23.0
SED = sed
AWK = awk
@ -88,7 +88,7 @@ UPGRADABLE = \
0.22.0 \
0.22.1 \
0.22.2 \
0.22.3 \
0.23.0 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@ -1,3 +1,6 @@
0.23.0 (2018-07-03)
* Add a new helper function `_CDB_Table_Exists(table_name_with_optional_schema TEXT)` #332
0.22.2 (2018-05-29)
* Fix: Fix hyphenates usernames in 0.22.1 fix (#331)