From a41d5fbde408c45285515708fcf6da2c10f30049 Mon Sep 17 00:00:00 2001 From: TennyZhuang Date: Tue, 15 Nov 2022 12:21:16 +0800 Subject: [PATCH] release: bump to v0.7.0 (#97) * release: bump to v0.6.5 Signed-off-by: TennyZhuang * Update Cargo.toml Signed-off-by: TennyZhuang * fix clippy Signed-off-by: Runji Wang Signed-off-by: TennyZhuang Signed-off-by: Runji Wang Co-authored-by: Runji Wang --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- sqllogictest-bin/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c02bb71..a5f4052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.5] - 2022-11-14 + +- Add support for external driver. +- Support more type in postgres-extended. +- Record file stack in location. + ## [0.6.4] - 2022-08-25 - Use one session for each file in serial mode. diff --git a/Cargo.toml b/Cargo.toml index d9c3cca..b4a1076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["sqllogictest", "sqllogictest-bin", "examples/*", "tests"] [workspace.package] -version = "0.6.4" +version = "0.7.0" edition = "2021" homepage = "https://github.com/risinglightdb/sqllogictest-rs" keywords = ["sql", "database", "parser", "cli"] diff --git a/sqllogictest-bin/Cargo.toml b/sqllogictest-bin/Cargo.toml index ccbff2a..211a95f 100644 --- a/sqllogictest-bin/Cargo.toml +++ b/sqllogictest-bin/Cargo.toml @@ -30,7 +30,7 @@ rand = "0.8" rust_decimal = { version = "1.7.0", features = ["tokio-pg"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -sqllogictest = { path = "../sqllogictest", version = "0.6" } +sqllogictest = { path = "../sqllogictest", version = "0.7" } tempfile = "3" thiserror = "1" tokio = { version = "1", features = [