From c19aa7e0dfbccd87cd970dbf6ed53f128197b3c0 Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Sat, 11 Nov 2023 23:25:13 -0500 Subject: [PATCH] bump version and changelog Signed-off-by: Alex Chi --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372fc82..3343948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.19.0] - 2023-11-11 + +* parser: refactor `expect` field in sqllogictest parser to make it easier to work with. + ## [0.18.0] - 2023-11-08 * Support matching multiline error message under `----` for both `statement error` and `query error`. diff --git a/Cargo.toml b/Cargo.toml index aebe372..bc9370a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["sqllogictest", "sqllogictest-bin", "sqllogictest-engines", "tests"] [workspace.package] -version = "0.18.0" +version = "0.19.0" edition = "2021" homepage = "https://github.com/risinglightdb/sqllogictest-rs" keywords = ["sql", "database", "parser", "cli"]