Skip to content

Commit 07a86e1

Browse files
bors[bot]tools/release
andauthored
Merge #737
737: start 1.16.0-dev r=WireBaron a=WireBaron Co-authored-by: tools/release <[email protected]>
2 parents 528a485 + 32bf663 commit 07a86e1

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
@@ -8,6 +8,18 @@ This changelog should be updated as part of a PR if the work is worth noting (mo
88

99
#### New experimental features
1010

11+
#### Bug fixes
12+
13+
#### Other notable changes
14+
15+
#### Shout-outs
16+
17+
**Full Changelog**: [TODO]
18+
19+
## [1.15.0](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.15.0) (2023-03-08)
20+
21+
#### New experimental features
22+
1123
#### Bug fixes
1224
- [#715](https://github.com/timescale/timescaledb-toolkit/pull/715): Fix out-of-bounds indexing error in `state_agg` rollup
1325

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.15.0-dev"
3+
version = "1.16.0-dev"
44
edition = "2021"
55

66
[lib]

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.4, 1.5, 1.5.1, 1.5.2, 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'
8+
# upgradeable_from = '1.4, 1.5, 1.5.1, 1.5.2, 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'

0 commit comments

Comments
 (0)