Skip to content

Commit

Permalink
release: bump to v0.7.0 (#97)
Browse files Browse the repository at this point in the history
* release: bump to v0.6.5

Signed-off-by: TennyZhuang <zty0826@gmail.com>

* Update Cargo.toml

Signed-off-by: TennyZhuang <zty0826@gmail.com>

* fix clippy

Signed-off-by: Runji Wang <wangrunji0408@163.com>

Signed-off-by: TennyZhuang <zty0826@gmail.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Co-authored-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
TennyZhuang and wangrunji0408 authored Nov 15, 2022
1 parent c99dcbe commit a41d5fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion sqllogictest-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a41d5fb

Please sign in to comment.