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

Commit

Permalink
Preparing release 0.8.0:
Browse files Browse the repository at this point in the history
- Migrations freeze.
  • Loading branch information
sumerman committed Jan 5, 2023
1 parent 71a9efd commit f2ffa28
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ We use the following categories for changes:

## [Unreleased]

## [0.8.0 - 2023-01-05]

### Changed

- Maintenance jobs were separated from one another. The bejaviour of the old
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["test-common", "e2e", "sql-tests", "gendoc", "pgtap-parse"]

[package]
name = "promscale"
version = "0.7.1-dev"
version = "0.8.0"
edition = "2018"

[lib]
Expand Down
7 changes: 7 additions & 0 deletions e2e/tests/incremental-freeze-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ fn incremental_freeze_test() {
"032-remove-non-empty-span-name-constraint.sql",
"1bc2088a9738f36d8e6006b5ad066f02",
),
// ↓↓↓ frozen in 0.8.0 ↓↓↓
("033-metric-view.sql", "1ccfdea3afcf307b99dead265cb4b531"),
(
"034-maintenance-job-stats.sql",
"e152bb4e1c43bb816d2504b445b48bfc",
),
("035-remove-func.sql", "9b4e7161e6d633d9e13ea0763acf4c6f"),
// ↓↓↓ frozen in x.x.x ↓↓↓
];
for (filename, expected) in frozen_files {
Expand Down

0 comments on commit f2ffa28

Please sign in to comment.