Skip to content

Commit

Permalink
Merge #765
Browse files Browse the repository at this point in the history
765: start 1.18.0-dev r=WireBaron a=github-actions[bot]



Co-authored-by: tools/release <[email protected]>
  • Loading branch information
bors[bot] and tools/release authored Jul 6, 2023
2 parents 3bdec38 + abfefa4 commit 4ec1820
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
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 @@ -8,6 +8,18 @@ This changelog should be updated as part of a PR if the work is worth noting (mo

#### New experimental features

#### Bug fixes

#### Other notable changes

#### Shout-outs

**Full Changelog**: [TODO]

## [1.17.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.17.0) (2023-07-06)

#### New experimental features

#### Bug fixes
- [#761](https://github.com/timescale/timescaledb-toolkit/pull/761): Make sure nmost combine uses correct memctx

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.17.0-dev"
version = "1.18.0-dev"
edition = "2021"

[lib]
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'
# 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'

0 comments on commit 4ec1820

Please sign in to comment.