release 0.26.1
This commit is contained in:
parent
d14d1d9994
commit
74210c5b5c
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.26.0
|
EXTVERSION = 0.26.1
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
AWK = awk
|
AWK = awk
|
||||||
@ -95,6 +95,7 @@ UPGRADABLE = \
|
|||||||
0.24.1 \
|
0.24.1 \
|
||||||
0.25.0 \
|
0.25.0 \
|
||||||
0.26.0 \
|
0.26.0 \
|
||||||
|
0.26.1 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
3
NEWS.md
3
NEWS.md
@ -1,3 +1,6 @@
|
|||||||
|
0.26.1 (2019-03-19)
|
||||||
|
* Remove default TIS values from Ghost tables functions
|
||||||
|
|
||||||
0.26.0 (2019-03-11)
|
0.26.0 (2019-03-11)
|
||||||
* Use `ST_ShiftLongitude` instead of `ST_Shift_Longitude`.
|
* Use `ST_ShiftLongitude` instead of `ST_Shift_Longitude`.
|
||||||
* Add Ghost tables functions to install triggers and enqueue the linking process
|
* Add Ghost tables functions to install triggers and enqueue the linking process
|
||||||
|
Loading…
Reference in New Issue
Block a user