From 369bbf560365d101f34fa4f49dde14c941d8491f Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Mon, 13 Apr 2026 16:15:23 +0800 Subject: [PATCH] chore(release): bump version to 0.1.25 for Rust workspace and 0.1.4 for Python package - Update workspace.package.version in Cargo.toml from 0.1.24 to 0.1.25 - Update project.version in pyproject.toml from 0.1.3 to 0.1.4 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61229adf..6eeec14e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust", "python"] resolver = "2" [workspace.package] -version = "0.1.24" +version = "0.1.25" edition = "2024" authors = ["zTgx "] license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 87999b26..23bffc7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "vectorless" -version = "0.1.3" +version = "0.1.4" description = "Hierarchical document intelligence without vectors" readme = "README.md" requires-python = ">=3.9"