From 19b3fa8422e284e221b6fa4de81dc4dec094772d Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Sat, 4 Apr 2026 22:37:10 +0800 Subject: [PATCH 1/2] docs(README): update example config file reference - Change the documentation to reference the new example config file name - Update the copy command from 'templates/template.toml' to 'vectorless.example.toml' - Rename the example template file accordingly --- README.md | 2 +- templates/template.toml => vectorless.example.toml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/template.toml => vectorless.example.toml (100%) diff --git a/README.md b/README.md index d0649efb..52ae5a05 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ vectorless = "0.1" Create a configuration file `vectorless.toml` in your project root: ```bash -cp templates/template.toml ./vectorless.toml +cp vectorless.example.toml ./vectorless.toml ``` Basic usage: diff --git a/templates/template.toml b/vectorless.example.toml similarity index 100% rename from templates/template.toml rename to vectorless.example.toml From c15d1c12c2a78a6a814642be15dc086654392391 Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Sat, 4 Apr 2026 22:38:05 +0800 Subject: [PATCH 2/2] chore(release): bump version from 0.1.11 to 0.1.12 - Update package version in Cargo.toml from 0.1.11 to 0.1.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01f983fb..12167d65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectorless" -version = "0.1.11" +version = "0.1.12" edition = "2024" authors = ["zTgx "] description = "Hierarchical, reasoning-native document intelligence engine"