bump version
This commit is contained in:
parent
9c6294d95b
commit
1a271d977b
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.25.0
|
EXTVERSION = 0.26.0
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
AWK = awk
|
AWK = awk
|
||||||
@ -94,6 +94,7 @@ UPGRADABLE = \
|
|||||||
0.24.0 \
|
0.24.0 \
|
||||||
0.24.1 \
|
0.24.1 \
|
||||||
0.25.0 \
|
0.25.0 \
|
||||||
|
0.26.0 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
1
NEWS.md
1
NEWS.md
@ -1,5 +1,6 @@
|
|||||||
0.26.0 (2019-XX-XX)
|
0.26.0 (2019-XX-XX)
|
||||||
* 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
|
||||||
|
|
||||||
0.25.0 (2019-02-22)
|
0.25.0 (2019-02-22)
|
||||||
* Add `CDB_Username` to get the cartodb username from the current PostgreSQL user
|
* Add `CDB_Username` to get the cartodb username from the current PostgreSQL user
|
||||||
|
Loading…
Reference in New Issue
Block a user