From ca1da625267cfc61297db317f3173932a9055f63 Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Sat, 11 Apr 2026 19:08:03 +0800 Subject: [PATCH 1/2] docs(config): rename example configuration file Rename vectorless.example.toml to config.example.toml for better clarity and consistency with the project's configuration naming conventions. --- vectorless.example.toml => config.example.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vectorless.example.toml => config.example.toml (100%) diff --git a/vectorless.example.toml b/config.example.toml similarity index 100% rename from vectorless.example.toml rename to config.example.toml From 6170553925bc92828e8649498ec3656b54425637 Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Sat, 11 Apr 2026 19:08:43 +0800 Subject: [PATCH 2/2] chore(release): bump workspace version to 0.1.22 - Update workspace package version from 0.1.21 to 0.1.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09307720..185b3884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust", "python"] resolver = "2" [workspace.package] -version = "0.1.21" +version = "0.1.22" edition = "2024" authors = ["zTgx "] license = "Apache-2.0"