Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit f2ffa28

Browse files
committed
Preparing release 0.8.0:
- Migrations freeze.
1 parent 71a9efd commit f2ffa28

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ We use the following categories for changes:
1414

1515
## [Unreleased]
1616

17+
## [0.8.0 - 2023-01-05]
18+
1719
### Changed
1820

1921
- Maintenance jobs were separated from one another. The bejaviour of the old

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["test-common", "e2e", "sql-tests", "gendoc", "pgtap-parse"]
33

44
[package]
55
name = "promscale"
6-
version = "0.7.1-dev"
6+
version = "0.8.0"
77
edition = "2018"
88

99
[lib]

e2e/tests/incremental-freeze-test.rs

+7
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ fn incremental_freeze_test() {
119119
"032-remove-non-empty-span-name-constraint.sql",
120120
"1bc2088a9738f36d8e6006b5ad066f02",
121121
),
122+
// ↓↓↓ frozen in 0.8.0 ↓↓↓
123+
("033-metric-view.sql", "1ccfdea3afcf307b99dead265cb4b531"),
124+
(
125+
"034-maintenance-job-stats.sql",
126+
"e152bb4e1c43bb816d2504b445b48bfc",
127+
),
128+
("035-remove-func.sql", "9b4e7161e6d633d9e13ea0763acf4c6f"),
122129
// ↓↓↓ frozen in x.x.x ↓↓↓
123130
];
124131
for (filename, expected) in frozen_files {

0 commit comments

Comments
 (0)