From 9a77087f2d60549680f82d331353e4a66212e73b Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Tue, 21 Apr 2026 11:56:31 +0800 Subject: [PATCH] chore(workspace): update project versions and consolidate description - Bump workspace package version from 0.1.31 to 0.1.32 - Bump Python package version from 0.1.10 to 0.1.11 - Move description to workspace level as "Reasoning-based Document Engine" - Update rust/Cargo.toml to use workspace description --- Cargo.toml | 3 ++- pyproject.toml | 4 ++-- rust/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea67502..c3c13c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,8 @@ members = ["rust", "python"] resolver = "2" [workspace.package] -version = "0.1.31" +version = "0.1.32" +description = "Reasoning-based Document Engine" edition = "2024" authors = ["zTgx "] license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 6d57600..e52e370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "maturin" [project] name = "vectorless" -version = "0.1.10" -description = "Reasoning-native document intelligence engine for AI" +version = "0.1.11" +description = "Reasoning-based Document Engine" readme = "README.md" requires-python = ">=3.9" license = { text = "Apache-2.0" } diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 09ab38f..723e46f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -3,7 +3,7 @@ name = "vectorless" version.workspace = true edition.workspace = true authors.workspace = true -description = "Reasoning-native document intelligence engine for AI" +description.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true