Bump to 0.25.0
This commit is contained in:
parent
2a4ecd4850
commit
ffaf5e4400
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.24.1
|
EXTVERSION = 0.25.0
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
AWK = awk
|
AWK = awk
|
||||||
@ -93,6 +93,7 @@ UPGRADABLE = \
|
|||||||
0.23.2 \
|
0.23.2 \
|
||||||
0.24.0 \
|
0.24.0 \
|
||||||
0.24.1 \
|
0.24.1 \
|
||||||
|
0.25.0 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
3
NEWS.md
3
NEWS.md
@ -1,3 +1,6 @@
|
|||||||
|
0.25.0 (XXXX-XX-XX)
|
||||||
|
* Add `CDB_Username` to get the cartodb username from the current PostgreSQL user
|
||||||
|
|
||||||
0.24.1 (2019-01-02)
|
0.24.1 (2019-01-02)
|
||||||
* Drop functions removed in 0.12 (#341)
|
* Drop functions removed in 0.12 (#341)
|
||||||
* Travis: Test with PostgreSQL 9.5, 10 and 11.
|
* Travis: Test with PostgreSQL 9.5, 10 and 11.
|
||||||
|
Loading…
Reference in New Issue
Block a user