Skip to content

Commit ebab8da

Browse files
yuhao-suclaude
andauthored
chore: bump version to v0.29.1 (#280)
Signed-off-by: Yuhao Su <yuhaosu@outlook.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 18a6169 commit ebab8da

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.29.1] - 2026-02-13
11+
12+
* parser/runner: Add `let` record for binding query results to variables.
13+
1014
## [0.29.0] - 2025-12-19
1115

1216
* parser/runner: Support matching expected failures by SQLSTATE via `statement|query error (<SQLSTATE>)`.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.29.0"
6+
version = "0.29.1"
77
edition = "2021"
88
homepage = "https://github.com/risinglightdb/sqllogictest-rs"
99
keywords = ["sql", "database", "parser", "cli"]

0 commit comments

Comments
 (0)