Skip to content

Commit d7b814b

Browse files
authored
version: bump to 0.22.1 (#234)
Signed-off-by: Alex Chi <[email protected]>
1 parent 18cd121 commit d7b814b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.22.1] - 2024-11-11
11+
12+
* engines/bin: fix compatibility with the new tokio-postgres minor version.
13+
1014
## [0.22.0] - 2024-09-09
1115

1216
* engines/bin: support MySQL engine

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["sqllogictest", "sqllogictest-bin", "sqllogictest-engines", "tests"]
44

55
[workspace.package]
6-
version = "0.22.0"
6+
version = "0.22.1"
77
edition = "2021"
88
homepage = "https://github.com/risinglightdb/sqllogictest-rs"
99
keywords = ["sql", "database", "parser", "cli"]

0 commit comments

Comments
 (0)