From 4b05ceecd65a9e9c55ec79e278c5efa3a8916556 Mon Sep 17 00:00:00 2001 From: Ufuk Kayserilioglu Date: Thu, 9 Jul 2026 23:58:03 +0300 Subject: [PATCH] Release 0.8.1 Patch release: cross-clause single-variable WHERE pushdown (perf, no API change). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93d8eda..4ec0db8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cypher-parser" -version = "0.8.0" +version = "0.8.1" edition = "2024" rust-version = "1.89.0" license = "MIT"