From 45e1f425684b5384c8d0fa78938dcae29cf33e46 Mon Sep 17 00:00:00 2001 From: tools/release Date: Thu, 9 Feb 2023 19:35:15 +0000 Subject: [PATCH] release 1.14.0 --- Cargo.lock | 2 +- Changelog.md | 2 +- extension/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bea6cd3..5ed05109 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2051,7 +2051,7 @@ dependencies = [ [[package]] name = "timescaledb_toolkit" -version = "1.14.0-dev" +version = "1.14.0" dependencies = [ "aggregate_builder", "approx 0.4.0", diff --git a/Changelog.md b/Changelog.md index cb2b8714..3aad4972 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ This changelog should be updated as part of a PR if the work is worth noting (most of them should be). If unsure, always add an entry here for any PR targeted for the next release. It's easier to remove than add an entry at final review time for the next release. -## Next Release (Date TBD) +## [1.14.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.14.0) (2023-02-09) #### New experimental features diff --git a/extension/Cargo.toml b/extension/Cargo.toml index 643a1f79..9347566e 100644 --- a/extension/Cargo.toml +++ b/extension/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timescaledb_toolkit" -version = "1.14.0-dev" +version = "1.14.0" edition = "2021" [lib]