Skip to content

Commit 810c42e

Browse files
author
tools/release
committed
start 1.20.0-dev
1 parent 2b7f017 commit 810c42e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ This changelog should be updated as part of a PR if the work is worth noting (mo
1616

1717
**Full Changelog**: [TODO]
1818

19+
## [1.19.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.19.0) (2024-11-14)
20+
21+
#### New experimental features
22+
23+
#### Bug fixes
24+
25+
#### Other notable changes
26+
27+
#### Shout-outs
28+
29+
**Full Changelog**: [TODO]
30+
1931
## [1.18.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.18.0) (2023-11-28)
2032

2133
#### New experimental features

extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "timescaledb_toolkit"
3-
version = "1.19.0-dev"
3+
version = "1.20.0-dev"
44
edition = "2021"
55

66
[[bin]]

extension/timescaledb_toolkit.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ superuser = false
55
module_pathname = '$libdir/timescaledb_toolkit' # only for testing, will be removed for real installs
66
# comma-separated list of previous versions this version can be upgraded from
77
# directly. This is used to generate upgrade scripts.
8-
# 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'
8+
# 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'

0 commit comments

Comments
 (0)