mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 19:13:16 +08:00
Prepare the repo for the next development cycle
This commit is contained in:
parent
86633c29f5
commit
2b5bc30937
@ -10,7 +10,7 @@
|
|||||||
set -e
|
set -e
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
TAGS="0.5.0 0.6.0 0.6.1 0.7.0-pg9.6 0.7.1-pg9.6 0.8.0-pg9.6 0.9.0-pg9.6 0.9.1-pg9.6 0.9.2-pg9.6 0.10.0-pg9.6 0.10.1-pg9.6 0.11.0-pg9.6"
|
TAGS="0.5.0 0.6.0 0.6.1 0.7.0-pg9.6 0.7.1-pg9.6 0.8.0-pg9.6 0.9.0-pg9.6 0.9.1-pg9.6 0.9.2-pg9.6 0.10.0-pg9.6 0.10.1-pg9.6 0.11.0-pg9.6 0.12.0-pg9.6"
|
||||||
|
|
||||||
for tag in ${TAGS};
|
for tag in ${TAGS};
|
||||||
do
|
do
|
||||||
|
@ -75,6 +75,7 @@ set(MOD_FILES
|
|||||||
updates/0.10.0--0.10.1.sql
|
updates/0.10.0--0.10.1.sql
|
||||||
updates/0.10.1--0.11.0.sql
|
updates/0.10.1--0.11.0.sql
|
||||||
updates/0.11.0--0.12.0.sql
|
updates/0.11.0--0.12.0.sql
|
||||||
|
updates/0.12.0--0.12.1-dev.sql
|
||||||
)
|
)
|
||||||
|
|
||||||
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")
|
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")
|
||||||
|
0
sql/updates/0.12.0--0.12.1-dev.sql
Normal file
0
sql/updates/0.12.0--0.12.1-dev.sql
Normal file
@ -51,7 +51,7 @@ WELCOME TO
|
|||||||
| | | | _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \
|
| | | | _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \
|
||||||
| | | | | | | | | __/\__ \ (_| (_| | | __/ |/ /| |_/ /
|
| | | | | | | | | __/\__ \ (_| (_| | | __/ |/ /| |_/ /
|
||||||
|_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/
|
|_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/
|
||||||
Running version 0.12.0
|
Running version 0.12.1-dev
|
||||||
For more information on TimescaleDB, please visit the following links:
|
For more information on TimescaleDB, please visit the following links:
|
||||||
|
|
||||||
1. Getting started: https://docs.timescale.com/getting-started
|
1. Getting started: https://docs.timescale.com/getting-started
|
||||||
|
@ -270,7 +270,7 @@ WELCOME TO
|
|||||||
| | | | _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \
|
| | | | _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \
|
||||||
| | | | | | | | | __/\__ \ (_| (_| | | __/ |/ /| |_/ /
|
| | | | | | | | | __/\__ \ (_| (_| | | __/ |/ /| |_/ /
|
||||||
|_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/
|
|_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/
|
||||||
Running version 0.12.0
|
Running version 0.12.1-dev
|
||||||
For more information on TimescaleDB, please visit the following links:
|
For more information on TimescaleDB, please visit the following links:
|
||||||
|
|
||||||
1. Getting started: https://docs.timescale.com/getting-started
|
1. Getting started: https://docs.timescale.com/getting-started
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
version = 0.12.0
|
version = 0.12.1-dev
|
||||||
update_from_version = 0.11.0
|
update_from_version = 0.12.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user