Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.22.0) (2025-10-24)

#### New experimental features

#### Bug fixes

#### Other notable changes

#### Shout-outs

**Full Changelog**: [TODO]

## [1.21.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.21.0) (2025-04-17)

#### New experimental features
Expand Down
2 changes: 1 addition & 1 deletion extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "timescaledb_toolkit"
version = "1.22.0-dev"
version = "1.23.0-dev"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion extension/timescaledb_toolkit.control
Original file line number Diff line number Diff line change
Expand Up @@ -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, 1.19.0, 1.21.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, 1.21.0, 1.22.0'