From 810c42e3f6c1209d83920530393aaec419809f84 Mon Sep 17 00:00:00 2001 From: tools/release Date: Thu, 14 Nov 2024 10:28:54 +0000 Subject: [PATCH] start 1.20.0-dev --- Cargo.lock | 2 +- Changelog.md | 12 ++++++++++++ extension/Cargo.toml | 2 +- extension/timescaledb_toolkit.control | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c63c715c..0b9d16dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2427,7 +2427,7 @@ dependencies = [ [[package]] name = "timescaledb_toolkit" -version = "1.19.0-dev" +version = "1.20.0-dev" dependencies = [ "aggregate_builder", "approx 0.4.0", diff --git a/Changelog.md b/Changelog.md index 41e153d5..7bfa04a7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,18 @@ This changelog should be updated as part of a PR if the work is worth noting (mo **Full Changelog**: [TODO] +## [1.19.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.19.0) (2024-11-14) + +#### New experimental features + +#### Bug fixes + +#### Other notable changes + +#### Shout-outs + +**Full Changelog**: [TODO] + ## [1.18.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.18.0) (2023-11-28) #### New experimental features diff --git a/extension/Cargo.toml b/extension/Cargo.toml index e414ad32..1205e07a 100644 --- a/extension/Cargo.toml +++ b/extension/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timescaledb_toolkit" -version = "1.19.0-dev" +version = "1.20.0-dev" edition = "2021" [[bin]] diff --git a/extension/timescaledb_toolkit.control b/extension/timescaledb_toolkit.control index 959f97f3..0d99c0e1 100644 --- a/extension/timescaledb_toolkit.control +++ b/extension/timescaledb_toolkit.control @@ -5,4 +5,4 @@ superuser = false module_pathname = '$libdir/timescaledb_toolkit' # only for testing, will be removed for real installs # comma-separated list of previous versions this version can be upgraded from # directly. This is used to generate upgrade scripts. -# upgradeable_from = '1.6.0, 1.7.0, 1.8.0, 1.10.0-dev, 1.10.1, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.14.0, 1.15.0, 1.16.0, 1.17.0, 1.18.0' +# upgradeable_from = '1.6.0, 1.7.0, 1.8.0, 1.10.0-dev, 1.10.1, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.14.0, 1.15.0, 1.16.0, 1.17.0, 1.18.0, 1.19.0'