From d7b814b1795ca303726269cdd4e65f058db6d568 Mon Sep 17 00:00:00 2001 From: "Alex Chi Z." <4198311+skyzh@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:57:58 -0500 Subject: [PATCH] version: bump to 0.22.1 (#234) 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 c7e214d..680f650 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.22.1] - 2024-11-11 + +* engines/bin: fix compatibility with the new tokio-postgres minor version. + ## [0.22.0] - 2024-09-09 * engines/bin: support MySQL engine diff --git a/Cargo.toml b/Cargo.toml index c635521..905cdc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["sqllogictest", "sqllogictest-bin", "sqllogictest-engines", "tests"] [workspace.package] -version = "0.22.0" +version = "0.22.1" edition = "2021" homepage = "https://github.com/risinglightdb/sqllogictest-rs" keywords = ["sql", "database", "parser", "cli"]